Html Css Color HEX #50600F Verdun Green

📋 copy color: '#50600F'

red 80 ◦ green 96 ◦ blue 15

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

Shades of Verdun Green #50600F

Tints of Verdun Green #50600F

RGB

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

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

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

R = 41.88%
G = 50.26%
B = 7.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#50600F (or 0x50600F) is known color: Verdun Green. HEX triplet: 50, 60 and 0F. RGB value is (80,96,15). Sum of RGB (Red+Green+Blue) = 80+96+15=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #50600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50600F is #AF9FF0. Grayscale: #525252. Windows color (decimal): -11509745 or 1007696. OLE color: 1007696.

HSL color Cylindrical-coordinate representation of color #50600F: hue angle of 71.85º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50600F is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 15 -
CMYK 0.17 0 0.84 0.62
HSL 71.85º 0.73% 0.22% -
HSV(B) 71.85º 0.84% 0.38% -
XYZ 7.58 10.11 2 -
YUV 81.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 80 96 15 0.17 0 0.84 0.62 71.85 0.73 0.22
Hex 50 60 F 11 0 54 3E 48 49 16
Octal 120 140 17 21 0 124 76 110 111 26
Binary 1010000 1100000 1111 10001 0 1010100 111110 1001000 1001001 10110

Color Harmonies of #50600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50600F

Black with #50600F

Text Example


Text Example

White with #50600F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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