Html Css Color HEX #50580F Verdun Green

📋 copy color: '#50580F'

red 80 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #50580F

Tints of Verdun Green #50580F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 43.72%
G = 48.09%
B = 8.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#50580F (or 0x50580F) is known color: Verdun Green. HEX triplet: 50, 58 and 0F. RGB value is (80,88,15). Sum of RGB (Red+Green+Blue) = 80+88+15=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #50580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50580F is #AFA7F0. Grayscale: #4D4D4D. Windows color (decimal): -11511793 or 1005648. OLE color: 1005648.

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

Color convert

RGB 80 88 15 -
CMYK 0.09 0 0.83 0.65
HSL 66.58º 0.71% 0.2% -
HSV(B) 66.58º 0.83% 0.35% -
XYZ 6.88 8.72 1.77 -
YUV 77.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 80 88 15 0.09 0 0.83 0.65 66.58 0.71 0.2
Hex 50 58 F 9 0 53 41 43 47 14
Octal 120 130 17 11 0 123 101 103 107 24
Binary 1010000 1011000 1111 1001 0 1010011 1000001 1000011 1000111 10100

Color Harmonies of #50580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50580F

Black with #50580F

Text Example


Text Example

White with #50580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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