Html Css Color HEX #506232 Dark Olive Green

📋 copy color: '#506232'

red 80 ◦ green 98 ◦ blue 50

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

Shades of Dark Olive Green #506232

Tints of Dark Olive Green #506232

RGB

 RED value IS 80 (31.64% from 255) = 35.09%

 GREEN value IS 98 (38.67% from 255) = 42.98%

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 35.09%
G = 42.98%
B = 21.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#506232 (or 0x506232) is known color: Dark Olive Green. HEX triplet: 50, 62 and 32. RGB value is (80,98,50). Sum of RGB (Red+Green+Blue) = 80+98+50=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #506232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506232 is #AF9DCD. Grayscale: #575757. Windows color (decimal): -11509198 or 3301968. OLE color: 3301968.

HSL color Cylindrical-coordinate representation of color #506232: hue angle of 82.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506232 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 50 -
CMYK 0.18 0 0.49 0.62
HSL 82.5º 0.32% 0.29% -
HSV(B) 82.5º 0.49% 0.38% -
XYZ 8.25 10.67 4.64 -
YUV 87.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 80 98 50 0.18 0 0.49 0.62 82.5 0.32 0.29
Hex 50 62 32 12 0 31 3E 52 20 1D
Octal 120 142 62 22 0 61 76 122 40 35
Binary 1010000 1100010 110010 10010 0 110001 111110 1010010 100000 11101

Color Harmonies of #506232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506232

Black with #506232

Text Example


Text Example

White with #506232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506232; }

 p { color: rgb(80,98,50); }

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

background-color css

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

 a { background-color: rgb(80,98,50); }

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

border-color css

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

 span { border-color: rgb(80,98,50); }

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