#3C401E

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

Shades of Turtle Green #3C401E

Tints of Turtle Green #3C401E

Color information

#3C401E (or 0x3C401E) is unknown color: approx Turtle Green. HEX triplet: 3C, 40 and 1E. RGB value is (60,64,30). Sum of RGB (Red+Green+Blue) = 60+64+30=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #3C401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C401E is #C3BFE1. Grayscale: #3B3B3B. Windows color (decimal): -12828642 or 1982524. OLE color: 1982524.

HSL color Cylindrical-coordinate representation of color #3C401E: hue angle of 67.06º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C401E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB606430-
CMYK0.0600.530.75
HSL67.06º36.17%18.43%-
HSV(B)67.06º53.12%25.1%-
XYZ3.934.721.93-
YUV58.93111.67128.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.96%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=38.96%
G=41.56%
B=19.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064300.0600.530.7567.0636.1718.43
Hex3C401E60354B432412
Octal741003660651131034422
Binary11110010000001111011001101011001011100001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,30); }

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

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

 a { background-color: rgb(60,64,30); }

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

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

 span { border-color: rgb(60,64,30); }

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