Html Css Color HEX #324805 Turtle Green

📋 copy color: '#324805'

red 50 ◦ green 72 ◦ blue 5

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

Shades of Turtle Green #324805

Tints of Turtle Green #324805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 39.37%
G = 56.69%
B = 3.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#324805 (or 0x324805) is known color: Turtle Green. HEX triplet: 32, 48 and 05. RGB value is (50,72,5). Sum of RGB (Red+Green+Blue) = 50+72+5=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #324805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324805 is #CDB7FA. Grayscale: #3A3A3A. Windows color (decimal): -13481979 or 346162. OLE color: 346162.

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

Color convert

RGB 50 72 5 -
CMYK 0.31 0 0.93 0.72
HSL 79.7º 0.87% 0.15% -
HSV(B) 79.7º 0.93% 0.28% -
XYZ 3.66 5.32 0.98 -
YUV 57.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 50 72 5 0.31 0 0.93 0.72 79.7 0.87 0.15
Hex 32 48 5 1F 0 5D 48 50 57 F
Octal 62 110 5 37 0 135 110 120 127 17
Binary 110010 1001000 101 11111 0 1011101 1001000 1010000 1010111 1111

Color Harmonies of #324805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324805

Black with #324805

Text Example


Text Example

White with #324805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324805; }

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

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

background-color css

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

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

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

border-color css

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

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

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