#3A3C06

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

Shades of Turtle Green #3A3C06

Tints of Turtle Green #3A3C06

Color information

#3A3C06 (or 0x3A3C06) is unknown color: approx Turtle Green. HEX triplet: 3A, 3C and 06. RGB value is (58,60,6). Sum of RGB (Red+Green+Blue) = 58+60+6=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 60 - color contains mainly: green. Hex color #3A3C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3C06 is #C5C3F9. Grayscale: #353535. Windows color (decimal): -12960762 or 408634. OLE color: 408634.

HSL color Cylindrical-coordinate representation of color #3A3C06: hue angle of 62.22º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A3C06 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB58606-
CMYK0.0300.900.76
HSL62.22º81.82%12.94%-
HSV(B)62.22º90%23.53%-
XYZ3.394.140.79-
YUV53.25101.34131.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 60 (23.83% from 255) = 48.39%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=46.77%
G=48.39%
B=4.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal586060.0300.900.7662.2281.8212.94
Hex3A3C6305A4C3e52d
Octal72746301321147612215
Binary1110101111001101101011010100110011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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