#3C421D

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

Shades of Turtle Green #3C421D

Tints of Turtle Green #3C421D

Color information

#3C421D (or 0x3C421D) is unknown color: approx Turtle Green. HEX triplet: 3C, 42 and 1D. RGB value is (60,66,29). Sum of RGB (Red+Green+Blue) = 60+66+29=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #3C421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C421D is #C3BDE2. Grayscale: #3C3C3C. Windows color (decimal): -12828131 or 1917500. OLE color: 1917500.

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

Color convert

RGB606629-
CMYK0.0900.560.74
HSL69.73º38.95%18.63%-
HSV(B)69.73º56.06%25.88%-
XYZ4.034.951.9-
YUV59.99110.51128.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.71%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=38.71%
G=42.58%
B=18.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6066290.0900.560.7469.7338.9518.63
Hex3C421D90384A462713
Octal7410235110701121064723
Binary111100100001011101100101110001001010100011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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