Html Css Color HEX #324216 Turtle Green

📋 copy color: '#324216'

red 50 ◦ green 66 ◦ blue 22

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

Shades of Turtle Green #324216

Tints of Turtle Green #324216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.83%

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

R = 36.23%
G = 47.83%
B = 15.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#324216 (or 0x324216) is known color: Turtle Green. HEX triplet: 32, 42 and 16. RGB value is (50,66,22). Sum of RGB (Red+Green+Blue) = 50+66+22=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #324216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324216 is #CDBDE9. Grayscale: #383838. Windows color (decimal): -13483498 or 1458738. OLE color: 1458738.

HSL color Cylindrical-coordinate representation of color #324216: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324216 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 66 22 -
CMYK 0.24 0 0.67 0.74
HSL 81.82º 0.5% 0.17% -
HSV(B) 81.82º 0.67% 0.26% -
XYZ 3.41 4.63 1.47 -
YUV 56.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 50 66 22 0.24 0 0.67 0.74 81.82 0.5 0.17
Hex 32 42 16 18 0 43 4A 52 32 11
Octal 62 102 26 30 0 103 112 122 62 21
Binary 110010 1000010 10110 11000 0 1000011 1001010 1010010 110010 10001

Color Harmonies of #324216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324216

Black with #324216

Text Example


Text Example

White with #324216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324216; }

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

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

background-color css

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

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

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

border-color css

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

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

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