#3B4009

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

Shades of Turtle Green #3B4009

Tints of Turtle Green #3B4009

Color information

#3B4009 (or 0x3B4009) is unknown color: approx Turtle Green. HEX triplet: 3B, 40 and 09. RGB value is (59,64,9). Sum of RGB (Red+Green+Blue) = 59+64+9=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4009 is #C4BFF6. Grayscale: #383838. Windows color (decimal): -12894199 or 606267. OLE color: 606267.

HSL color Cylindrical-coordinate representation of color #3B4009: hue angle of 65.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B4009 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB59649-
CMYK0.0800.860.75
HSL65.45º75.34%14.31%-
HSV(B)65.45º85.94%25.1%-
XYZ3.694.620.96-
YUV56.24101.34129.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.70%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=44.70%
G=48.48%
B=6.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal596490.0800.860.7565.4575.3414.31
Hex3B40980564B414be
Octal731001110012611310111316
Binary111011100000010011000010101101001011100000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,9); }

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

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

 a { background-color: rgb(59,64,9); }

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

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

 span { border-color: rgb(59,64,9); }

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