#3C4111

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

Shades of Turtle Green #3C4111

Tints of Turtle Green #3C4111

Color information

#3C4111 (or 0x3C4111) is unknown color: approx Turtle Green. HEX triplet: 3C, 41 and 11. RGB value is (60,65,17). Sum of RGB (Red+Green+Blue) = 60+65+17=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4111 is #C3BEEE. Grayscale: #3A3A3A. Windows color (decimal): -12828399 or 1130812. OLE color: 1130812.

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

Color convert

RGB606517-
CMYK0.0800.740.75
HSL66.25º58.54%16.08%-
HSV(B)66.25º73.85%25.49%-
XYZ3.854.781.25-
YUV58.03104.84129.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.25%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 17 (7.03% from 255) = 11.97%
R=42.25%
G=45.77%
B=11.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065170.0800.740.7566.2558.5416.08
Hex3C4111804A4B423b10
Octal74101211001121131027320
Binary1111001000001100011000010010101001011100001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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