Html Css Color HEX #50602E Dark Olive Green

📋 copy color: '#50602E'

red 80 ◦ green 96 ◦ blue 46

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

Shades of Dark Olive Green #50602E

Tints of Dark Olive Green #50602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

 BLUE value IS 46 (18.36% from 255) = 20.72%

R = 36.04%
G = 43.24%
B = 20.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#50602E (or 0x50602E) is known color: Dark Olive Green. HEX triplet: 50, 60 and 2E. RGB value is (80,96,46). Sum of RGB (Red+Green+Blue) = 80+96+46=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #50602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50602E is #AF9FD1. Grayscale: #555555. Windows color (decimal): -11509714 or 3039312. OLE color: 3039312.

HSL color Cylindrical-coordinate representation of color #50602E: hue angle of 79.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50602E is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 46 -
CMYK 0.17 0 0.52 0.62
HSL 79.2º 0.35% 0.28% -
HSV(B) 79.2º 0.52% 0.38% -
XYZ 7.98 10.27 4.15 -
YUV 85.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 80 96 46 0.17 0 0.52 0.62 79.2 0.35 0.28
Hex 50 60 2E 11 0 34 3E 4F 23 1C
Octal 120 140 56 21 0 64 76 117 43 34
Binary 1010000 1100000 101110 10001 0 110100 111110 1001111 100011 11100

Color Harmonies of #50602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50602E

Black with #50602E

Text Example


Text Example

White with #50602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50602E; }

 p { color: rgb(80,96,46); }

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

background-color css

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

 a { background-color: rgb(80,96,46); }

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

border-color css

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

 span { border-color: rgb(80,96,46); }

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