Html Css Color HEX #324815 Turtle Green

📋 copy color: '#324815'

red 50 ◦ green 72 ◦ blue 21

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

Shades of Turtle Green #324815

Tints of Turtle Green #324815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.69%

R = 34.97%
G = 50.35%
B = 14.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#324815 (or 0x324815) is known color: Turtle Green. HEX triplet: 32, 48 and 15. RGB value is (50,72,21). Sum of RGB (Red+Green+Blue) = 50+72+21=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #324815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324815 is #CDB7EA. Grayscale: #3B3B3B. Windows color (decimal): -13481963 or 1394738. OLE color: 1394738.

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

Color convert

RGB 50 72 21 -
CMYK 0.31 0 0.71 0.72
HSL 85.88º 0.55% 0.18% -
HSV(B) 85.88º 0.71% 0.28% -
XYZ 3.77 5.37 1.55 -
YUV 59.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 50 72 21 0.31 0 0.71 0.72 85.88 0.55 0.18
Hex 32 48 15 1F 0 47 48 56 37 12
Octal 62 110 25 37 0 107 110 126 67 22
Binary 110010 1001000 10101 11111 0 1000111 1001000 1010110 110111 10010

Color Harmonies of #324815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324815

Black with #324815

Text Example


Text Example

White with #324815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324815; }

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

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

background-color css

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

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

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

border-color css

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

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

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