#3C420E

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

Shades of Turtle Green #3C420E

Tints of Turtle Green #3C420E

Color information

#3C420E (or 0x3C420E) is unknown color: approx Turtle Green. HEX triplet: 3C, 42 and 0E. RGB value is (60,66,14). Sum of RGB (Red+Green+Blue) = 60+66+14=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #3C420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C420E is #C3BDF1. Grayscale: #3A3A3A. Windows color (decimal): -12828146 or 934460. OLE color: 934460.

HSL color Cylindrical-coordinate representation of color #3C420E: hue angle of 66.92º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C420E is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB606614-
CMYK0.0900.790.74
HSL66.92º65%15.69%-
HSV(B)66.92º78.79%25.88%-
XYZ3.894.891.15-
YUV58.28103.01129.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.86%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 14 (5.86% from 255) = 10%
R=42.86%
G=47.14%
B=10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6066140.0900.790.7466.926515.69
Hex3C42E904F4A434110
Octal741021611011711210310120
Binary1111001000010111010010100111110010101000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,66,14); }

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

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

 a { background-color: rgb(60,66,14); }

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

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

 span { border-color: rgb(60,66,14); }

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