#506700

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

Shades of Verdun Green #506700

Tints of Verdun Green #506700

Color information

#506700 (or 0x506700) is unknown color: approx Verdun Green. HEX triplet: 50, 67 and 00. RGB value is (80,103,0). Sum of RGB (Red+Green+Blue) = 80+103+0=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #506700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506700 is #AF98FF. Grayscale: #545454. Windows color (decimal): -11507968 or 26448. OLE color: 26448.

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

Color convert

RGB801030-
CMYK0.22010.60
HSL73.4º100%20.2%-
HSV(B)73.4º100%40.39%-
XYZ8.1611.411.77-
YUV84.3880.38124.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 103 (40.62% from 255) = 56.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.72%
G=56.28%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8010300.22010.6073.410020.2
Hex50670160643C496414
Octal12014702601447411114424
Binary10100001100111010110011001001111001001001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506700; }

 p { color: rgb(80,103,0); }

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

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

 a { background-color: rgb(80,103,0); }

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

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

 span { border-color: rgb(80,103,0); }

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