#3A3D0B

Color #3A3D0B Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #3A3D0B

Tints of Turtle Green #3A3D0B

Color information

#3A3D0B (or 0x3A3D0B) is unknown color: approx Turtle Green. HEX triplet: 3A, 3D and 0B. RGB value is (58,61,11). Sum of RGB (Red+Green+Blue) = 58+61+11=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3D0B is #C5C2F4. Grayscale: #363636. Windows color (decimal): -12960501 or 736570. OLE color: 736570.

HSL color Cylindrical-coordinate representation of color #3A3D0B: hue angle of 63.6º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A3D0B is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB586111-
CMYK0.0500.820.76
HSL63.6º69.44%14.12%-
HSV(B)63.6º81.97%23.92%-
XYZ3.474.260.96-
YUV54.4103.51130.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 61 (24.22% from 255) = 46.92%
BLUE value IS 11 (4.69% from 255) = 8.46%
R=44.62%
G=46.92%
B=8.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5861110.0500.820.7663.669.4414.12
Hex3A3DB50524C4045e
Octal7275135012211410010516
Binary1110101111011011101010100101001100100000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3D0B; }

 p { color: rgb(58,61,11); }

 H1.HeaderClassName
 {
   color: #3A3D0B;
 }
 .AnyTagClassName
 {
   color: #3A3D0B;
 }
</style>
background-color css

<style>
 a { background-color: #3A3D0B; }

 a { background-color: rgb(58,61,11); }

 div.DivClassName
 {
   background-color: #3A3D0B;
 }
 .BgClassName
 {
   background-color: #3A3D0B;
 }
</style>
border-color css

<style>
 span { border-color: #3A3D0B; }

 span { border-color: rgb(58,61,11); }

 td.TdClassName
 {
   border-color: #3A3D0B;
 }
 .TagClassName
 {
   border-color: #3A3D0B;
 }
</style>