Html Css Color HEX #324511 Turtle Green

📋 copy color: '#324511'

red 50 ◦ green 69 ◦ blue 17

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

Shades of Turtle Green #324511

Tints of Turtle Green #324511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.74%

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

R = 36.76%
G = 50.74%
B = 12.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#324511 (or 0x324511) is known color: Turtle Green. HEX triplet: 32, 45 and 11. RGB value is (50,69,17). Sum of RGB (Red+Green+Blue) = 50+69+17=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #324511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324511 is #CDBAEE. Grayscale: #393939. Windows color (decimal): -13482735 or 1131826. OLE color: 1131826.

HSL color Cylindrical-coordinate representation of color #324511: hue angle of 81.92º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324511 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 69 17 -
CMYK 0.28 0 0.75 0.73
HSL 81.92º 0.6% 0.17% -
HSV(B) 81.92º 0.75% 0.27% -
XYZ 3.54 4.97 1.3 -
YUV 57.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 50 69 17 0.28 0 0.75 0.73 81.92 0.6 0.17
Hex 32 45 11 1C 0 4B 49 52 3C 11
Octal 62 105 21 34 0 113 111 122 74 21
Binary 110010 1000101 10001 11100 0 1001011 1001001 1010010 111100 10001

Color Harmonies of #324511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324511

Black with #324511

Text Example


Text Example

White with #324511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324511; }

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

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

background-color css

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

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

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

border-color css

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

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

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