#535107

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

Shades of Verdun Green #535107

Tints of Verdun Green #535107

Color information

#535107 (or 0x535107) is unknown color: approx Verdun Green. HEX triplet: 53, 51 and 07. RGB value is (83,81,7). Sum of RGB (Red+Green+Blue) = 83+81+7=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #535107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535107 is #ACAEF8. Grayscale: #494949. Windows color (decimal): -11316985 or 479571. OLE color: 479571.

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

Color convert

RGB83817-
CMYK00.020.920.67
HSL58.42º84.44%17.65%-
HSV(B)58.42º91.57%32.55%-
XYZ6.557.741.35-
YUV73.1690.66135.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=48.54%
G=47.37%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8381700.020.920.6758.4284.4417.65
Hex53517025C433a5412
Octal1231217021341037212422
Binary1010011101000111101010111001000011111010101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535107; }

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

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

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

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

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

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

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

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