Html Css Color HEX #324211 Turtle Green

📋 copy color: '#324211'

red 50 ◦ green 66 ◦ blue 17

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

Shades of Turtle Green #324211

Tints of Turtle Green #324211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 37.59%
G = 49.62%
B = 12.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#324211 (or 0x324211) is known color: Turtle Green. HEX triplet: 32, 42 and 11. RGB value is (50,66,17). Sum of RGB (Red+Green+Blue) = 50+66+17=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #324211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324211 is #CDBDEE. Grayscale: #373737. Windows color (decimal): -13483503 or 1131058. OLE color: 1131058.

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

Color convert

RGB 50 66 17 -
CMYK 0.24 0 0.74 0.74
HSL 79.59º 0.59% 0.16% -
HSV(B) 79.59º 0.74% 0.26% -
XYZ 3.36 4.62 1.24 -
YUV 55.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 50 66 17 0.24 0 0.74 0.74 79.59 0.59 0.16
Hex 32 42 11 18 0 4A 4A 50 3B 10
Octal 62 102 21 30 0 112 112 120 73 20
Binary 110010 1000010 10001 11000 0 1001010 1001010 1010000 111011 10000

Color Harmonies of #324211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324211

Black with #324211

Text Example


Text Example

White with #324211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324211; }

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

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

background-color css

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

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

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

border-color css

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

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

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