#3C4707

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

Shades of Turtle Green #3C4707

Tints of Turtle Green #3C4707

Color information

#3C4707 (or 0x3C4707) is unknown color: approx Turtle Green. HEX triplet: 3C, 47 and 07. RGB value is (60,71,7). Sum of RGB (Red+Green+Blue) = 60+71+7=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4707 is #C3B8F8. Grayscale: #3C3C3C. Windows color (decimal): -12826873 or 476988. OLE color: 476988.

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

Color convert

RGB60717-
CMYK0.1500.900.72
HSL70.31º82.05%15.29%-
HSV(B)70.31º90.14%27.84%-
XYZ4.165.481.04-
YUV60.4297.86127.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.48%
GREEN value IS 71 (28.12% from 255) = 51.45%
BLUE value IS 7 (3.12% from 255) = 5.07%
R=43.48%
G=51.45%
B=5.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal607170.1500.900.7270.3182.0515.29
Hex3C477F05A484652f
Octal74107717013211010612217
Binary11110010001111111111010110101001000100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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