#3C4706

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

Shades of Turtle Green #3C4706

Tints of Turtle Green #3C4706

Color information

#3C4706 (or 0x3C4706) is unknown color: approx Turtle Green. HEX triplet: 3C, 47 and 06. RGB value is (60,71,6). Sum of RGB (Red+Green+Blue) = 60+71+6=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4706 is #C3B8F9. Grayscale: #3C3C3C. Windows color (decimal): -12826874 or 411452. OLE color: 411452.

HSL color Cylindrical-coordinate representation of color #3C4706: hue angle of 70.15º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C4706 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB60716-
CMYK0.1500.920.72
HSL70.15º84.42%15.1%-
HSV(B)70.15º91.55%27.84%-
XYZ4.155.481.01-
YUV60.397.36127.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.80%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=43.80%
G=51.82%
B=4.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal607160.1500.920.7270.1584.4215.1
Hex3C476F05C484654f
Octal74107617013411010612417
Binary11110010001111101111010111001001000100011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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