Html Css Color HEX #50601B Verdun Green

📋 copy color: '#50601B'

red 80 ◦ green 96 ◦ blue 27

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

Shades of Verdun Green #50601B

Tints of Verdun Green #50601B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.3%

R = 39.41%
G = 47.29%
B = 13.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#50601B (or 0x50601B) is known color: Verdun Green. HEX triplet: 50, 60 and 1B. RGB value is (80,96,27). Sum of RGB (Red+Green+Blue) = 80+96+27=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #50601B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50601B is #AF9FE4. Grayscale: #535353. Windows color (decimal): -11509733 or 1794128. OLE color: 1794128.

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

Color convert

RGB 80 96 27 -
CMYK 0.17 0 0.72 0.62
HSL 73.91º 0.56% 0.24% -
HSV(B) 73.91º 0.72% 0.38% -
XYZ 7.69 10.15 2.59 -
YUV 83.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 80 96 27 0.17 0 0.72 0.62 73.91 0.56 0.24
Hex 50 60 1B 11 0 48 3E 4A 38 18
Octal 120 140 33 21 0 110 76 112 70 30
Binary 1010000 1100000 11011 10001 0 1001000 111110 1001010 111000 11000

Color Harmonies of #50601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50601B

Black with #50601B

Text Example


Text Example

White with #50601B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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