Html Css Color HEX #324804 Turtle Green

📋 copy color: '#324804'

red 50 ◦ green 72 ◦ blue 4

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

Shades of Turtle Green #324804

Tints of Turtle Green #324804

RGB

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

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

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

R = 39.68%
G = 57.14%
B = 3.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#324804 (or 0x324804) is known color: Turtle Green. HEX triplet: 32, 48 and 04. RGB value is (50,72,4). Sum of RGB (Red+Green+Blue) = 50+72+4=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #324804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324804 is #CDB7FB. Grayscale: #393939. Windows color (decimal): -13481980 or 280626. OLE color: 280626.

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

Color convert

RGB 50 72 4 -
CMYK 0.31 0 0.94 0.72
HSL 79.41º 0.89% 0.15% -
HSV(B) 79.41º 0.94% 0.28% -
XYZ 3.65 5.32 0.95 -
YUV 57.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 50 72 4 0.31 0 0.94 0.72 79.41 0.89 0.15
Hex 32 48 4 1F 0 5E 48 4F 59 F
Octal 62 110 4 37 0 136 110 117 131 17
Binary 110010 1001000 100 11111 0 1011110 1001000 1001111 1011001 1111

Color Harmonies of #324804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324804

Black with #324804

Text Example


Text Example

White with #324804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324804; }

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

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

background-color css

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

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

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

border-color css

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

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

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