#3C411D

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

Shades of Turtle Green #3C411D

Tints of Turtle Green #3C411D

Color information

#3C411D (or 0x3C411D) is unknown color: approx Turtle Green. HEX triplet: 3C, 41 and 1D. RGB value is (60,65,29). Sum of RGB (Red+Green+Blue) = 60+65+29=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #3C411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C411D is #C3BEE2. Grayscale: #3B3B3B. Windows color (decimal): -12828387 or 1917244. OLE color: 1917244.

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

Color convert

RGB606529-
CMYK0.0800.550.75
HSL68.33º38.3%18.43%-
HSV(B)68.33º55.38%25.49%-
XYZ3.984.831.89-
YUV59.4110.84128.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.96%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=38.96%
G=42.21%
B=18.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065290.0800.550.7568.3338.318.43
Hex3C411D80374B442612
Octal7410135100671131044622
Binary111100100000111101100001101111001011100010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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