Html Css Color HEX #50602D Dark Olive Green

📋 copy color: '#50602D'

red 80 ◦ green 96 ◦ blue 45

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

Shades of Dark Olive Green #50602D

Tints of Dark Olive Green #50602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 36.2%
G = 43.44%
B = 20.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#50602D (or 0x50602D) is known color: Dark Olive Green. HEX triplet: 50, 60 and 2D. RGB value is (80,96,45). Sum of RGB (Red+Green+Blue) = 80+96+45=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #50602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50602D is #AF9FD2. Grayscale: #555555. Windows color (decimal): -11509715 or 2973776. OLE color: 2973776.

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

Color convert

RGB 80 96 45 -
CMYK 0.17 0 0.53 0.62
HSL 78.82º 0.36% 0.28% -
HSV(B) 78.82º 0.53% 0.38% -
XYZ 7.96 10.26 4.04 -
YUV 85.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 80 96 45 0.17 0 0.53 0.62 78.82 0.36 0.28
Hex 50 60 2D 11 0 35 3E 4F 24 1C
Octal 120 140 55 21 0 65 76 117 44 34
Binary 1010000 1100000 101101 10001 0 110101 111110 1001111 100100 11100

Color Harmonies of #50602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50602D

Black with #50602D

Text Example


Text Example

White with #50602D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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