Html Css Color HEX #324616 Turtle Green

📋 copy color: '#324616'

red 50 ◦ green 70 ◦ blue 22

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

Shades of Turtle Green #324616

Tints of Turtle Green #324616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 49.3%

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 35.21%
G = 49.3%
B = 15.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#324616 (or 0x324616) is known color: Turtle Green. HEX triplet: 32, 46 and 16. RGB value is (50,70,22). Sum of RGB (Red+Green+Blue) = 50+70+22=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #324616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324616 is #CDB9E9. Grayscale: #3A3A3A. Windows color (decimal): -13482474 or 1459762. OLE color: 1459762.

HSL color Cylindrical-coordinate representation of color #324616: hue angle of 85º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #324616 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 70 22 -
CMYK 0.29 0 0.69 0.73
HSL 85º 0.52% 0.18% -
HSV(B) 85º 0.69% 0.27% -
XYZ 3.65 5.12 1.55 -
YUV 58.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 50 70 22 0.29 0 0.69 0.73 85 0.52 0.18
Hex 32 46 16 1D 0 45 49 55 34 12
Octal 62 106 26 35 0 105 111 125 64 22
Binary 110010 1000110 10110 11101 0 1000101 1001001 1010101 110100 10010

Color Harmonies of #324616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324616

Black with #324616

Text Example


Text Example

White with #324616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324616; }

 p { color: rgb(50,70,22); }

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

background-color css

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

 a { background-color: rgb(50,70,22); }

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

border-color css

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

 span { border-color: rgb(50,70,22); }

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