Html Css Color HEX #324004 Turtle Green

📋 copy color: '#324004'

red 50 ◦ green 64 ◦ blue 4

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

Shades of Turtle Green #324004

Tints of Turtle Green #324004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.24%

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

R = 42.37%
G = 54.24%
B = 3.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#324004 (or 0x324004) is known color: Turtle Green. HEX triplet: 32, 40 and 04. RGB value is (50,64,4). Sum of RGB (Red+Green+Blue) = 50+64+4=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #324004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324004 is #CDBFFB. Grayscale: #353535. Windows color (decimal): -13484028 or 278578. OLE color: 278578.

HSL color Cylindrical-coordinate representation of color #324004: hue angle of 74º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #324004 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 64 4 -
CMYK 0.22 0 0.94 0.75
HSL 74º 0.88% 0.13% -
HSV(B) 74º 0.94% 0.25% -
XYZ 3.17 4.35 0.79 -
YUV 52.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 50 64 4 0.22 0 0.94 0.75 74 0.88 0.13
Hex 32 40 4 16 0 5E 4B 4A 58 D
Octal 62 100 4 26 0 136 113 112 130 15
Binary 110010 1000000 100 10110 0 1011110 1001011 1001010 1011000 1101

Color Harmonies of #324004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324004

Black with #324004

Text Example


Text Example

White with #324004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324004; }

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

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

background-color css

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

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

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

border-color css

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

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

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