Html Css Color HEX #506134 Dark Olive Green

📋 copy color: '#506134'

red 80 ◦ green 97 ◦ blue 52

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

Shades of Dark Olive Green #506134

Tints of Dark Olive Green #506134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.36%

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 34.93%
G = 42.36%
B = 22.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#506134 (or 0x506134) is known color: Dark Olive Green. HEX triplet: 50, 61 and 34. RGB value is (80,97,52). Sum of RGB (Red+Green+Blue) = 80+97+52=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #506134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506134 is #AF9ECB. Grayscale: #565656. Windows color (decimal): -11509452 or 3432784. OLE color: 3432784.

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

Color convert

RGB 80 97 52 -
CMYK 0.18 0 0.46 0.62
HSL 82.67º 0.3% 0.29% -
HSV(B) 82.67º 0.46% 0.38% -
XYZ 8.2 10.5 4.84 -
YUV 86.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 80 97 52 0.18 0 0.46 0.62 82.67 0.3 0.29
Hex 50 61 34 12 0 2E 3E 53 1E 1D
Octal 120 141 64 22 0 56 76 123 36 35
Binary 1010000 1100001 110100 10010 0 101110 111110 1010011 11110 11101

Color Harmonies of #506134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506134

Black with #506134

Text Example


Text Example

White with #506134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506134; }

 p { color: rgb(80,97,52); }

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

background-color css

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

 a { background-color: rgb(80,97,52); }

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

border-color css

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

 span { border-color: rgb(80,97,52); }

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