Html Css Color HEX #324914 Turtle Green

📋 copy color: '#324914'

red 50 ◦ green 73 ◦ blue 20

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

Shades of Turtle Green #324914

Tints of Turtle Green #324914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.05%

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

R = 34.97%
G = 51.05%
B = 13.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#324914 (or 0x324914) is known color: Turtle Green. HEX triplet: 32, 49 and 14. RGB value is (50,73,20). Sum of RGB (Red+Green+Blue) = 50+73+20=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #324914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324914 is #CDB6EB. Grayscale: #3C3C3C. Windows color (decimal): -13481708 or 1329458. OLE color: 1329458.

HSL color Cylindrical-coordinate representation of color #324914: hue angle of 86.04º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324914 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 73 20 -
CMYK 0.32 0 0.73 0.71
HSL 86.04º 0.57% 0.18% -
HSV(B) 86.04º 0.73% 0.29% -
XYZ 3.82 5.49 1.52 -
YUV 60.08 105.38 120.81 -
System Red Green Blue C M Y K H S L
Decimal 50 73 20 0.32 0 0.73 0.71 86.04 0.57 0.18
Hex 32 49 14 20 0 49 47 56 39 12
Octal 62 111 24 40 0 111 107 126 71 22
Binary 110010 1001001 10100 100000 0 1001001 1000111 1010110 111001 10010

Color Harmonies of #324914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324914

Black with #324914

Text Example


Text Example

White with #324914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324914; }

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

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

background-color css

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

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

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

border-color css

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

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

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