Html Css Color HEX #50560F Verdun Green

📋 copy color: '#50560F'

red 80 ◦ green 86 ◦ blue 15

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

Shades of Verdun Green #50560F

Tints of Verdun Green #50560F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 47.51%

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

R = 44.2%
G = 47.51%
B = 8.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#50560F (or 0x50560F) is known color: Verdun Green. HEX triplet: 50, 56 and 0F. RGB value is (80,86,15). Sum of RGB (Red+Green+Blue) = 80+86+15=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #50560F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50560F is #AFA9F0. Grayscale: #4C4C4C. Windows color (decimal): -11512305 or 1005136. OLE color: 1005136.

HSL color Cylindrical-coordinate representation of color #50560F: hue angle of 65.07º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50560F is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 15 -
CMYK 0.07 0 0.83 0.66
HSL 65.07º 0.7% 0.2% -
HSV(B) 65.07º 0.83% 0.34% -
XYZ 6.72 8.4 1.72 -
YUV 76.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 80 86 15 0.07 0 0.83 0.66 65.07 0.7 0.2
Hex 50 56 F 7 0 53 42 41 46 14
Octal 120 126 17 7 0 123 102 101 106 24
Binary 1010000 1010110 1111 111 0 1010011 1000010 1000001 1000110 10100

Color Harmonies of #50560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50560F

Black with #50560F

Text Example


Text Example

White with #50560F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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