#3C4311

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

Shades of Turtle Green #3C4311

Tints of Turtle Green #3C4311

Color information

#3C4311 (or 0x3C4311) is unknown color: approx Turtle Green. HEX triplet: 3C, 43 and 11. RGB value is (60,67,17). Sum of RGB (Red+Green+Blue) = 60+67+17=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4311 is #C3BCEE. Grayscale: #3B3B3B. Windows color (decimal): -12827887 or 1131324. OLE color: 1131324.

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

Color convert

RGB606717-
CMYK0.1000.750.74
HSL68.4º59.52%16.47%-
HSV(B)68.4º74.63%26.27%-
XYZ3.975.021.29-
YUV59.21104.18128.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 67 (26.56% from 255) = 46.53%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=41.67%
G=46.53%
B=11.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6067170.1000.750.7468.459.5216.47
Hex3C4311A04B4A443c10
Octal74103211201131121047420
Binary1111001000011100011010010010111001010100010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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