#535703

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

Shades of Verdun Green #535703

Tints of Verdun Green #535703

Color information

#535703 (or 0x535703) is unknown color: approx Verdun Green. HEX triplet: 53, 57 and 03. RGB value is (83,87,3). Sum of RGB (Red+Green+Blue) = 83+87+3=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #535703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535703 is #ACA8FC. Grayscale: #4C4C4C. Windows color (decimal): -11315453 or 218963. OLE color: 218963.

HSL color Cylindrical-coordinate representation of color #535703: hue angle of 62.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #535703 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB83873-
CMYK0.0500.970.66
HSL62.86º93.33%17.65%-
HSV(B)62.86º96.55%34.12%-
XYZ6.998.661.39-
YUV76.2386.67132.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 3 (1.56% from 255) = 1.73%
R=47.98%
G=50.29%
B=1.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal838730.0500.970.6662.8693.3317.65
Hex535735061423f5d12
Octal1231273501411027713522
Binary1010011101011111101011000011000010111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535703; }

 p { color: rgb(83,87,3); }

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

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

 a { background-color: rgb(83,87,3); }

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

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

 span { border-color: rgb(83,87,3); }

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