#324500

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

Shades of Turtle Green #324500

Tints of Turtle Green #324500

Color information

#324500 (or 0x324500) is unknown color: approx Turtle Green. HEX triplet: 32, 45 and 00. RGB value is (50,69,0). Sum of RGB (Red+Green+Blue) = 50+69+0=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #324500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324500 is #CDBAFF. Grayscale: #373737. Windows color (decimal): -13482752 or 17714. OLE color: 17714.

HSL color Cylindrical-coordinate representation of color #324500: hue angle of 76.52º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #324500 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB50690-
CMYK0.28010.73
HSL76.52º100%13.53%-
HSV(B)76.52º100%27.06%-
XYZ3.444.930.77-
YUV55.4596.71124.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 69 (27.34% from 255) = 57.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.02%
G=57.98%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal506900.28010.7376.5210013.53
Hex324501C064494d64e
Octal62105034014411111514416
Binary1100101000101011100011001001001001100110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324500; }

 p { color: rgb(50,69,0); }

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

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

 a { background-color: rgb(50,69,0); }

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

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

 span { border-color: rgb(50,69,0); }

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