#50650C

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

Shades of Verdun Green #50650C

Tints of Verdun Green #50650C

Color information

#50650C (or 0x50650C) is unknown color: approx Verdun Green. HEX triplet: 50, 65 and 0C. RGB value is (80,101,12). Sum of RGB (Red+Green+Blue) = 80+101+12=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #50650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50650C is #AF9AF3. Grayscale: #545454. Windows color (decimal): -11508468 or 812368. OLE color: 812368.

HSL color Cylindrical-coordinate representation of color #50650C: hue angle of 74.16º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50650C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB8010112-
CMYK0.2100.880.60
HSL74.16º78.76%22.16%-
HSV(B)74.16º88.12%39.61%-
XYZ8.0311.042.06-
YUV84.5787.04124.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 101 (39.84% from 255) = 52.33%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=41.45%
G=52.33%
B=6.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101120.2100.880.6074.1678.7622.16
Hex5065C150583C4a4f16
Octal120145142501307411211726
Binary10100001100101110010101010110001111001001010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,101,12); }

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

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

 a { background-color: rgb(80,101,12); }

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

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

 span { border-color: rgb(80,101,12); }

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