#324118

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

Shades of Turtle Green #324118

Tints of Turtle Green #324118

Color information

#324118 (or 0x324118) is unknown color: approx Turtle Green. HEX triplet: 32, 41 and 18. RGB value is (50,65,24). Sum of RGB (Red+Green+Blue) = 50+65+24=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #324118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324118 is #CDBEE7. Grayscale: #373737. Windows color (decimal): -13483752 or 1589554. OLE color: 1589554.

HSL color Cylindrical-coordinate representation of color #324118: hue angle of 81.95º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324118 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB506524-
CMYK0.2300.630.75
HSL81.95º46.07%17.45%-
HSV(B)81.95º63.08%25.49%-
XYZ3.374.521.56-
YUV55.84110.03123.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=35.97%
G=46.76%
B=17.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065240.2300.630.7581.9546.0717.45
Hex3241181703F4B522e11
Octal6210130270771131225621
Binary1100101000001110001011101111111001011101001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324118; }

 p { color: rgb(50,65,24); }

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

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

 a { background-color: rgb(50,65,24); }

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

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

 span { border-color: rgb(50,65,24); }

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