Html Css Color HEX #324904 Turtle Green

📋 copy color: '#324904'

red 50 ◦ green 73 ◦ blue 4

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

Shades of Turtle Green #324904

Tints of Turtle Green #324904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.15%

R = 39.37%
G = 57.48%
B = 3.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#324904 (or 0x324904) is known color: Turtle Green. HEX triplet: 32, 49 and 04. RGB value is (50,73,4). Sum of RGB (Red+Green+Blue) = 50+73+4=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #324904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324904 is #CDB6FB. Grayscale: #3A3A3A. Windows color (decimal): -13481724 or 280882. OLE color: 280882.

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

Color convert

RGB 50 73 4 -
CMYK 0.32 0 0.95 0.71
HSL 80º 0.9% 0.15% -
HSV(B) 80º 0.95% 0.29% -
XYZ 3.72 5.45 0.97 -
YUV 58.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 50 73 4 0.32 0 0.95 0.71 80 0.9 0.15
Hex 32 49 4 20 0 5F 47 50 5A F
Octal 62 111 4 40 0 137 107 120 132 17
Binary 110010 1001001 100 100000 0 1011111 1000111 1010000 1011010 1111

Color Harmonies of #324904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324904

Black with #324904

Text Example


Text Example

White with #324904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324904; }

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

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

background-color css

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

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

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

border-color css

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

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

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