#535807

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

Shades of Verdun Green #535807

Tints of Verdun Green #535807

Color information

#535807 (or 0x535807) is unknown color: approx Verdun Green. HEX triplet: 53, 58 and 07. RGB value is (83,88,7). Sum of RGB (Red+Green+Blue) = 83+88+7=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #535807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535807 is #ACA7F8. Grayscale: #4D4D4D. Windows color (decimal): -11315193 or 481363. OLE color: 481363.

HSL color Cylindrical-coordinate representation of color #535807: hue angle of 63.7º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #535807 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB83887-
CMYK0.0600.920.65
HSL63.7º85.26%18.63%-
HSV(B)63.7º92.05%34.51%-
XYZ7.18.831.53-
YUV77.2788.34132.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 88 (34.77% from 255) = 49.44%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=46.63%
G=49.44%
B=3.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal838870.0600.920.6563.785.2618.63
Hex53587605C41405513
Octal12313076013410110012523
Binary101001110110001111100101110010000011000000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535807; }

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

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

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

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

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

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

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

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