#3A3C09

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

Shades of Turtle Green #3A3C09

Tints of Turtle Green #3A3C09

Color information

#3A3C09 (or 0x3A3C09) is unknown color: approx Turtle Green. HEX triplet: 3A, 3C and 09. RGB value is (58,60,9). Sum of RGB (Red+Green+Blue) = 58+60+9=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 60 - color contains mainly: green. Hex color #3A3C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3C09 is #C5C3F6. Grayscale: #353535. Windows color (decimal): -12960759 or 605242. OLE color: 605242.

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

Color convert

RGB58609-
CMYK0.0300.850.76
HSL62.35º73.91%13.53%-
HSV(B)62.35º85%23.53%-
XYZ3.414.150.88-
YUV53.59102.84131.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.67%
GREEN value IS 60 (23.83% from 255) = 47.24%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=45.67%
G=47.24%
B=7.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal586090.0300.850.7662.3573.9113.53
Hex3A3C930554C3e4ae
Octal727411301251147611216
Binary11101011110010011101010101100110011111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,60,9); }

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

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

 a { background-color: rgb(58,60,9); }

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

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

 span { border-color: rgb(58,60,9); }

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