Html Css Color HEX #324011 Turtle Green

📋 copy color: '#324011'

red 50 ◦ green 64 ◦ blue 17

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

Shades of Turtle Green #324011

Tints of Turtle Green #324011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.85%

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

R = 38.17%
G = 48.85%
B = 12.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#324011 (or 0x324011) is known color: Turtle Green. HEX triplet: 32, 40 and 11. RGB value is (50,64,17). Sum of RGB (Red+Green+Blue) = 50+64+17=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #324011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324011 is #CDBFEE. Grayscale: #363636. Windows color (decimal): -13484015 or 1130546. OLE color: 1130546.

HSL color Cylindrical-coordinate representation of color #324011: hue angle of 77.87º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324011 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 64 17 -
CMYK 0.22 0 0.73 0.75
HSL 77.87º 0.58% 0.16% -
HSV(B) 77.87º 0.73% 0.25% -
XYZ 3.25 4.39 1.21 -
YUV 54.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 50 64 17 0.22 0 0.73 0.75 77.87 0.58 0.16
Hex 32 40 11 16 0 49 4B 4E 3A 10
Octal 62 100 21 26 0 111 113 116 72 20
Binary 110010 1000000 10001 10110 0 1001001 1001011 1001110 111010 10000

Color Harmonies of #324011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324011

Black with #324011

Text Example


Text Example

White with #324011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324011; }

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

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

background-color css

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

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

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

border-color css

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

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

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