#535707

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

Shades of Verdun Green #535707

Tints of Verdun Green #535707

Color information

#535707 (or 0x535707) is unknown color: approx Verdun Green. HEX triplet: 53, 57 and 07. RGB value is (83,87,7). Sum of RGB (Red+Green+Blue) = 83+87+7=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #535707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535707 is #ACA8F8. Grayscale: #4C4C4C. Windows color (decimal): -11315449 or 481107. OLE color: 481107.

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

Color convert

RGB83877-
CMYK0.0500.920.66
HSL63º85.11%18.43%-
HSV(B)63º91.95%34.12%-
XYZ7.018.671.5-
YUV76.6888.67132.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 87 (34.38% from 255) = 49.15%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=46.89%
G=49.15%
B=3.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal838770.0500.920.666385.1118.43
Hex53577505C423f5512
Octal1231277501341027712522
Binary10100111010111111101010111001000010111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535707; }

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

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

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

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

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

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

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

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