#535103

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

Shades of Verdun Green #535103

Tints of Verdun Green #535103

Color information

#535103 (or 0x535103) is unknown color: approx Verdun Green. HEX triplet: 53, 51 and 03. RGB value is (83,81,3). Sum of RGB (Red+Green+Blue) = 83+81+3=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #535103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535103 is #ACAEFC. Grayscale: #494949. Windows color (decimal): -11316989 or 217427. OLE color: 217427.

HSL color Cylindrical-coordinate representation of color #535103: hue angle of 58.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #535103 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB83813-
CMYK00.020.960.67
HSL58.5º93.02%16.86%-
HSV(B)58.5º96.39%32.55%-
XYZ6.537.731.23-
YUV72.7188.66135.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 81 (32.03% from 255) = 48.50%
BLUE value IS 3 (1.56% from 255) = 1.80%
R=49.70%
G=48.50%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8381300.020.960.6758.593.0216.86
Hex535130260433a5d11
Octal1231213021401037213521
Binary101001110100011101011000001000011111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535103; }

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

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

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

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

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

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

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

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