#3B4218

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

Shades of Turtle Green #3B4218

Tints of Turtle Green #3B4218

Color information

#3B4218 (or 0x3B4218) is unknown color: approx Turtle Green. HEX triplet: 3B, 42 and 18. RGB value is (59,66,24). Sum of RGB (Red+Green+Blue) = 59+66+24=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4218 is #C4BDE7. Grayscale: #3B3B3B. Windows color (decimal): -12893672 or 1589819. OLE color: 1589819.

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

Color convert

RGB596624-
CMYK0.1100.640.74
HSL70º46.67%17.65%-
HSV(B)70º63.64%25.88%-
XYZ3.924.891.6-
YUV59.12108.18127.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.60%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=39.60%
G=44.30%
B=16.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966240.1100.640.747046.6717.65
Hex3B4218B0404A462f12
Octal73102301301001121065722
Binary1110111000010110001011010000001001010100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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