#324011

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

Shades of Turtle Green #324011

Tints of Turtle Green #324011

Color information

#324011 (or 0x324011) is unknown color: approx Turtle Green. HEX triplet: 32, 40 and 11. RGB value is (50,64,17). Sum of RGB (Red+Green+Blue) = 50+64+17=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #324011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324011 is #CDBFEE. Grayscale: #363636. Windows color (decimal): -13484015 or 1130546. OLE color: 1130546.

HSL color Cylindrical-coordinate representation of color #324011: hue angle of 77.87º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324011 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB506417-
CMYK0.2200.730.75
HSL77.87º58.02%15.88%-
HSV(B)77.87º73.44%25.1%-
XYZ3.254.391.21-
YUV54.46106.86124.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=38.17%
G=48.85%
B=12.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064170.2200.730.7577.8758.0215.88
Hex324011160494B4e3a10
Octal62100212601111131167220
Binary11001010000001000110110010010011001011100111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324011; }

 p { color: rgb(50,64,17); }

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

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

 a { background-color: rgb(50,64,17); }

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

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

 span { border-color: rgb(50,64,17); }

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