Html Css Color HEX #324810 Turtle Green

📋 copy color: '#324810'

red 50 ◦ green 72 ◦ blue 16

#324810
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #324810

Tints of Turtle Green #324810

RGB

 RED value IS 50 (19.92% from 255) = 36.23%

 GREEN value IS 72 (28.52% from 255) = 52.17%

 BLUE value IS 16 (6.64% from 255) = 11.59%

R = 36.23%
G = 52.17%
B = 11.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#324810 (or 0x324810) is known color: Turtle Green. HEX triplet: 32, 48 and 10. RGB value is (50,72,16). Sum of RGB (Red+Green+Blue) = 50+72+16=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #324810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324810 is #CDB7EF. Grayscale: #3B3B3B. Windows color (decimal): -13481968 or 1067058. OLE color: 1067058.

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

Color convert

RGB 50 72 16 -
CMYK 0.31 0 0.78 0.72
HSL 83.57º 0.64% 0.17% -
HSV(B) 83.57º 0.78% 0.28% -
XYZ 3.73 5.35 1.33 -
YUV 59.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 50 72 16 0.31 0 0.78 0.72 83.57 0.64 0.17
Hex 32 48 10 1F 0 4E 48 54 40 11
Octal 62 110 20 37 0 116 110 124 100 21
Binary 110010 1001000 10000 11111 0 1001110 1001000 1010100 1000000 10001

Color Harmonies of #324810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324810

Black with #324810

Text Example


Text Example

White with #324810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324810; }

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

 H1.HeaderClassName
 {
   color: #324810;
 }
 .AnyTagClassName
 {
   color: #324810;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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