#3C4912

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

Shades of Turtle Green #3C4912

Tints of Turtle Green #3C4912

Color information

#3C4912 (or 0x3C4912) is unknown color: approx Turtle Green. HEX triplet: 3C, 49 and 12. RGB value is (60,73,18). Sum of RGB (Red+Green+Blue) = 60+73+18=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4912 is #C3B6ED. Grayscale: #3F3F3F. Windows color (decimal): -12826350 or 1198396. OLE color: 1198396.

HSL color Cylindrical-coordinate representation of color #3C4912: hue angle of 74.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C4912 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB607318-
CMYK0.1800.750.71
HSL74.18º60.44%17.84%-
HSV(B)74.18º75.34%28.63%-
XYZ4.365.771.46-
YUV62.84102.69125.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=39.74%
G=48.34%
B=11.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6073180.1800.750.7174.1860.4417.84
Hex3C49121204B474a3c12
Octal74111222201131071127422
Binary11110010010011001010010010010111000111100101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,73,18); }

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

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

 a { background-color: rgb(60,73,18); }

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

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

 span { border-color: rgb(60,73,18); }

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