Html Css Color HEX #324900 Turtle Green

📋 copy color: '#324900'

red 50 ◦ green 73 ◦ blue 0

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

Shades of Turtle Green #324900

Tints of Turtle Green #324900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.65%
G = 59.35%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#324900 (or 0x324900) is known color: Turtle Green. HEX triplet: 32, 49 and 00. RGB value is (50,73,0). Sum of RGB (Red+Green+Blue) = 50+73+0=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #324900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324900 is #CDB6FF. Grayscale: #3A3A3A. Windows color (decimal): -13481728 or 18738. OLE color: 18738.

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

Color convert

RGB 50 73 0 -
CMYK 0.32 0 1 0.71
HSL 78.9º 1% 0.14% -
HSV(B) 78.9º 1% 0.29% -
XYZ 3.7 5.44 0.86 -
YUV 57.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 50 73 0 0.32 0 1 0.71 78.9 1 0.14
Hex 32 49 0 20 0 64 47 4F 64 E
Octal 62 111 0 40 0 144 107 117 144 16
Binary 110010 1001001 0 100000 0 1100100 1000111 1001111 1100100 1110

Color Harmonies of #324900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324900

Black with #324900

Text Example


Text Example

White with #324900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324900; }

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

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

background-color css

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

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

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

border-color css

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

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

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