#324815

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

Shades of Turtle Green #324815

Tints of Turtle Green #324815

Color information

#324815 (or 0x324815) is unknown color: approx Turtle Green. HEX triplet: 32, 48 and 15. RGB value is (50,72,21). Sum of RGB (Red+Green+Blue) = 50+72+21=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #324815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324815 is #CDB7EA. Grayscale: #3B3B3B. Windows color (decimal): -13481963 or 1394738. OLE color: 1394738.

HSL color Cylindrical-coordinate representation of color #324815: hue angle of 85.88º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #324815 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB507221-
CMYK0.3100.710.72
HSL85.88º54.84%18.24%-
HSV(B)85.88º70.83%28.24%-
XYZ3.775.371.55-
YUV59.61106.21121.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=34.97%
G=50.35%
B=14.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072210.3100.710.7285.8854.8418.24
Hex3248151F04748563712
Octal62110253701071101266722
Binary11001010010001010111111010001111001000101011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324815; }

 p { color: rgb(50,72,21); }

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

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

 a { background-color: rgb(50,72,21); }

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

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

 span { border-color: rgb(50,72,21); }

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