Html Css Color HEX #50602A Dark Olive Green

📋 copy color: '#50602A'

red 80 ◦ green 96 ◦ blue 42

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

Shades of Dark Olive Green #50602A

Tints of Dark Olive Green #50602A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.27%

R = 36.7%
G = 44.04%
B = 19.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#50602A (or 0x50602A) is known color: Dark Olive Green. HEX triplet: 50, 60 and 2A. RGB value is (80,96,42). Sum of RGB (Red+Green+Blue) = 80+96+42=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #50602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50602A is #AF9FD5. Grayscale: #555555. Windows color (decimal): -11509718 or 2777168. OLE color: 2777168.

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

Color convert

RGB 80 96 42 -
CMYK 0.17 0 0.56 0.62
HSL 77.78º 0.39% 0.27% -
HSV(B) 77.78º 0.56% 0.38% -
XYZ 7.91 10.24 3.75 -
YUV 85.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 80 96 42 0.17 0 0.56 0.62 77.78 0.39 0.27
Hex 50 60 2A 11 0 38 3E 4E 27 1B
Octal 120 140 52 21 0 70 76 116 47 33
Binary 1010000 1100000 101010 10001 0 111000 111110 1001110 100111 11011

Color Harmonies of #50602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50602A

Black with #50602A

Text Example


Text Example

White with #50602A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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