Html Css Color HEX #324812 Turtle Green

📋 copy color: '#324812'

red 50 ◦ green 72 ◦ blue 18

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

Shades of Turtle Green #324812

Tints of Turtle Green #324812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.86%

R = 35.71%
G = 51.43%
B = 12.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#324812 (or 0x324812) is known color: Turtle Green. HEX triplet: 32, 48 and 12. RGB value is (50,72,18). Sum of RGB (Red+Green+Blue) = 50+72+18=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #324812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324812 is #CDB7ED. Grayscale: #3B3B3B. Windows color (decimal): -13481966 or 1198130. OLE color: 1198130.

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

Color convert

RGB 50 72 18 -
CMYK 0.31 0 0.75 0.72
HSL 84.44º 0.6% 0.18% -
HSV(B) 84.44º 0.75% 0.28% -
XYZ 3.74 5.36 1.41 -
YUV 59.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 50 72 18 0.31 0 0.75 0.72 84.44 0.6 0.18
Hex 32 48 12 1F 0 4B 48 54 3C 12
Octal 62 110 22 37 0 113 110 124 74 22
Binary 110010 1001000 10010 11111 0 1001011 1001000 1010100 111100 10010

Color Harmonies of #324812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324812

Black with #324812

Text Example


Text Example

White with #324812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324812; }

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

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

background-color css

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

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

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

border-color css

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

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

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