#3B4211

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

Shades of Turtle Green #3B4211

Tints of Turtle Green #3B4211

Color information

#3B4211 (or 0x3B4211) is unknown color: approx Turtle Green. HEX triplet: 3B, 42 and 11. RGB value is (59,66,17). Sum of RGB (Red+Green+Blue) = 59+66+17=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4211 is #C4BDEE. Grayscale: #3A3A3A. Windows color (decimal): -12893679 or 1131067. OLE color: 1131067.

HSL color Cylindrical-coordinate representation of color #3B4211: hue angle of 68.57º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B4211 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB596617-
CMYK0.1100.740.74
HSL68.57º59.04%16.27%-
HSV(B)68.57º74.24%25.88%-
XYZ3.854.871.27-
YUV58.32104.68128.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.55%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 17 (7.03% from 255) = 11.97%
R=41.55%
G=46.48%
B=11.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966170.1100.740.7468.5759.0416.27
Hex3B4211B04A4A453b10
Octal73102211301121121057320
Binary1110111000010100011011010010101001010100010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,17); }

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

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

 a { background-color: rgb(59,66,17); }

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

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

 span { border-color: rgb(59,66,17); }

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