Html Css Color HEX #50600B Verdun Green

📋 copy color: '#50600B'

red 80 ◦ green 96 ◦ blue 11

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

Shades of Verdun Green #50600B

Tints of Verdun Green #50600B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.88%

R = 42.78%
G = 51.34%
B = 5.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#50600B (or 0x50600B) is known color: Verdun Green. HEX triplet: 50, 60 and 0B. RGB value is (80,96,11). Sum of RGB (Red+Green+Blue) = 80+96+11=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #50600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50600B is #AF9FF4. Grayscale: #515151. Windows color (decimal): -11509749 or 745552. OLE color: 745552.

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

Color convert

RGB 80 96 11 -
CMYK 0.17 0 0.89 0.62
HSL 71.29º 0.79% 0.21% -
HSV(B) 71.29º 0.89% 0.38% -
XYZ 7.55 10.1 1.87 -
YUV 81.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 80 96 11 0.17 0 0.89 0.62 71.29 0.79 0.21
Hex 50 60 B 11 0 59 3E 47 4F 15
Octal 120 140 13 21 0 131 76 107 117 25
Binary 1010000 1100000 1011 10001 0 1011001 111110 1000111 1001111 10101

Color Harmonies of #50600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50600B

Black with #50600B

Text Example


Text Example

White with #50600B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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