#536710

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

Shades of Verdun Green #536710

Tints of Verdun Green #536710

Color information

#536710 (or 0x536710) is unknown color: approx Verdun Green. HEX triplet: 53, 67 and 10. RGB value is (83,103,16). Sum of RGB (Red+Green+Blue) = 83+103+16=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 103 (40.62% from 255 or 50.99% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 103 - color contains mainly: green. Hex color #536710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536710 is #AC98EF. Grayscale: #575757. Windows color (decimal): -11311344 or 1075027. OLE color: 1075027.

HSL color Cylindrical-coordinate representation of color #536710: hue angle of 73.79º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #536710 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB8310316-
CMYK0.1900.840.60
HSL73.79º73.11%23.33%-
HSV(B)73.79º84.47%40.39%-
XYZ8.5111.582.28-
YUV87.187.87125.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 103 (40.62% from 255) = 50.99%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=41.09%
G=50.99%
B=7.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83103160.1900.840.6073.7973.1123.33
Hex536710130543C4a4917
Octal123147202301247411211127
Binary101001111001111000010011010101001111001001010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536710; }

 p { color: rgb(83,103,16); }

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

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

 a { background-color: rgb(83,103,16); }

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

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

 span { border-color: rgb(83,103,16); }

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