#50621B

Color #50621B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #50621B

Tints of Verdun Green #50621B

Color information

#50621B (or 0x50621B) is unknown color: approx Verdun Green. HEX triplet: 50, 62 and 1B. RGB value is (80,98,27). Sum of RGB (Red+Green+Blue) = 80+98+27=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #50621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50621B is #AF9DE4. Grayscale: #545454. Windows color (decimal): -11509221 or 1794640. OLE color: 1794640.

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

Color convert

RGB809827-
CMYK0.1800.720.62
HSL75.21º56.8%24.51%-
HSV(B)75.21º72.45%38.43%-
XYZ7.8710.522.65-
YUV84.5295.54124.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=39.02%
G=47.80%
B=13.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098270.1800.720.6275.2156.824.51
Hex50621B120483E4b3919
Octal12014233220110761137131
Binary10100001100010110111001001001000111110100101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50621B;
 }
 .AnyTagClassName
 {
   color: #50621B;
 }
</style>
background-color css

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

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

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

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

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

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