#50621C

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

Shades of Verdun Green #50621C

Tints of Verdun Green #50621C

Color information

#50621C (or 0x50621C) is unknown color: approx Verdun Green. HEX triplet: 50, 62 and 1C. RGB value is (80,98,28). Sum of RGB (Red+Green+Blue) = 80+98+28=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #50621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50621C is #AF9DE3. Grayscale: #545454. Windows color (decimal): -11509220 or 1860176. OLE color: 1860176.

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

Color convert

RGB809828-
CMYK0.1800.710.62
HSL75.43º55.56%24.71%-
HSV(B)75.43º71.43%38.43%-
XYZ7.8910.522.71-
YUV84.6496.04124.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=38.83%
G=47.57%
B=13.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098280.1800.710.6275.4355.5624.71
Hex50621C120473E4b3819
Octal12014234220107761137031
Binary10100001100010111001001001000111111110100101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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