#535104

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

Shades of Verdun Green #535104

Tints of Verdun Green #535104

Color information

#535104 (or 0x535104) is unknown color: approx Verdun Green. HEX triplet: 53, 51 and 04. RGB value is (83,81,4). Sum of RGB (Red+Green+Blue) = 83+81+4=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #535104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535104 is #ACAEFB. Grayscale: #494949. Windows color (decimal): -11316988 or 282963. OLE color: 282963.

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

Color convert

RGB83814-
CMYK00.020.950.67
HSL58.48º90.8%17.06%-
HSV(B)58.48º95.18%32.55%-
XYZ6.537.731.26-
YUV72.8289.16135.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 81 (32.03% from 255) = 48.21%
BLUE value IS 4 (1.95% from 255) = 2.38%
R=49.40%
G=48.21%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8381400.020.950.6758.4890.817.06
Hex53514025F433a5b11
Octal1231214021371037213321
Binary1010011101000110001010111111000011111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535104; }

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

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

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

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

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

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

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

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