Html Css Color HEX #50602B Dark Olive Green

📋 copy color: '#50602B'

red 80 ◦ green 96 ◦ blue 43

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

Shades of Dark Olive Green #50602B

Tints of Dark Olive Green #50602B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.63%

R = 36.53%
G = 43.84%
B = 19.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#50602B (or 0x50602B) is known color: Dark Olive Green. HEX triplet: 50, 60 and 2B. RGB value is (80,96,43). Sum of RGB (Red+Green+Blue) = 80+96+43=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #50602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50602B is #AF9FD4. Grayscale: #555555. Windows color (decimal): -11509717 or 2842704. OLE color: 2842704.

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

Color convert

RGB 80 96 43 -
CMYK 0.17 0 0.55 0.62
HSL 78.11º 0.38% 0.27% -
HSV(B) 78.11º 0.55% 0.38% -
XYZ 7.93 10.25 3.85 -
YUV 85.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 80 96 43 0.17 0 0.55 0.62 78.11 0.38 0.27
Hex 50 60 2B 11 0 37 3E 4E 26 1B
Octal 120 140 53 21 0 67 76 116 46 33
Binary 1010000 1100000 101011 10001 0 110111 111110 1001110 100110 11011

Color Harmonies of #50602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50602B

Black with #50602B

Text Example


Text Example

White with #50602B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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