Html Css Color HEX #50580D Verdun Green

📋 copy color: '#50580D'

red 80 ◦ green 88 ◦ blue 13

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

Shades of Verdun Green #50580D

Tints of Verdun Green #50580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.62%

 BLUE value IS 13 (5.47% from 255) = 7.18%

R = 44.2%
G = 48.62%
B = 7.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#50580D (or 0x50580D) is known color: Verdun Green. HEX triplet: 50, 58 and 0D. RGB value is (80,88,13). Sum of RGB (Red+Green+Blue) = 80+88+13=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #50580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50580D is #AFA7F2. Grayscale: #4D4D4D. Windows color (decimal): -11511795 or 874576. OLE color: 874576.

HSL color Cylindrical-coordinate representation of color #50580D: hue angle of 66.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50580D is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 13 -
CMYK 0.09 0 0.85 0.65
HSL 66.4º 0.74% 0.2% -
HSV(B) 66.4º 0.85% 0.35% -
XYZ 6.87 8.71 1.7 -
YUV 77.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 80 88 13 0.09 0 0.85 0.65 66.4 0.74 0.2
Hex 50 58 D 9 0 55 41 42 4A 14
Octal 120 130 15 11 0 125 101 102 112 24
Binary 1010000 1011000 1101 1001 0 1010101 1000001 1000010 1001010 10100

Color Harmonies of #50580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50580D

Black with #50580D

Text Example


Text Example

White with #50580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,88,13); }

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

background-color css

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

 a { background-color: rgb(80,88,13); }

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

border-color css

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

 span { border-color: rgb(80,88,13); }

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