Html Css Color HEX #324814 Turtle Green

📋 copy color: '#324814'

red 50 ◦ green 72 ◦ blue 20

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

Shades of Turtle Green #324814

Tints of Turtle Green #324814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.08%

R = 35.21%
G = 50.7%
B = 14.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#324814 (or 0x324814) is known color: Turtle Green. HEX triplet: 32, 48 and 14. RGB value is (50,72,20). Sum of RGB (Red+Green+Blue) = 50+72+20=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #324814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324814 is #CDB7EB. Grayscale: #3B3B3B. Windows color (decimal): -13481964 or 1329202. OLE color: 1329202.

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

Color convert

RGB 50 72 20 -
CMYK 0.31 0 0.72 0.72
HSL 85.38º 0.57% 0.18% -
HSV(B) 85.38º 0.72% 0.28% -
XYZ 3.76 5.36 1.5 -
YUV 59.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 50 72 20 0.31 0 0.72 0.72 85.38 0.57 0.18
Hex 32 48 14 1F 0 48 48 55 39 12
Octal 62 110 24 37 0 110 110 125 71 22
Binary 110010 1001000 10100 11111 0 1001000 1001000 1010101 111001 10010

Color Harmonies of #324814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324814

Black with #324814

Text Example


Text Example

White with #324814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324814; }

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

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

background-color css

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

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

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

border-color css

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

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

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