Html Css Color HEX #324800 Turtle Green

📋 copy color: '#324800'

red 50 ◦ green 72 ◦ blue 0

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

Shades of Turtle Green #324800

Tints of Turtle Green #324800

RGB

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

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

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

R = 40.98%
G = 59.02%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#324800 (or 0x324800) is known color: Turtle Green. HEX triplet: 32, 48 and 00. RGB value is (50,72,0). Sum of RGB (Red+Green+Blue) = 50+72+0=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #324800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324800 is #CDB7FF. Grayscale: #393939. Windows color (decimal): -13481984 or 18482. OLE color: 18482.

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

Color convert

RGB 50 72 0 -
CMYK 0.31 0 1 0.72
HSL 78.33º 1% 0.14% -
HSV(B) 78.33º 1% 0.28% -
XYZ 3.63 5.31 0.83 -
YUV 57.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 50 72 0 0.31 0 1 0.72 78.33 1 0.14
Hex 32 48 0 1F 0 64 48 4E 64 E
Octal 62 110 0 37 0 144 110 116 144 16
Binary 110010 1001000 0 11111 0 1100100 1001000 1001110 1100100 1110

Color Harmonies of #324800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324800

Black with #324800

Text Example


Text Example

White with #324800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324800; }

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

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

background-color css

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

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

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

border-color css

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

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

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