#3C401A

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

Shades of Turtle Green #3C401A

Tints of Turtle Green #3C401A

Color information

#3C401A (or 0x3C401A) is unknown color: approx Turtle Green. HEX triplet: 3C, 40 and 1A. RGB value is (60,64,26). Sum of RGB (Red+Green+Blue) = 60+64+26=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #3C401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C401A is #C3BFE5. Grayscale: #3A3A3A. Windows color (decimal): -12828646 or 1720380. OLE color: 1720380.

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

Color convert

RGB606426-
CMYK0.0600.590.75
HSL66.32º42.22%17.65%-
HSV(B)66.32º59.38%25.1%-
XYZ3.884.71.68-
YUV58.47109.67129.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=40%
G=42.67%
B=17.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064260.0600.590.7566.3242.2217.65
Hex3C401A603B4B422a12
Octal741003260731131025222
Binary11110010000001101011001110111001011100001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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