#535207

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

Shades of Verdun Green #535207

Tints of Verdun Green #535207

Color information

#535207 (or 0x535207) is unknown color: approx Verdun Green. HEX triplet: 53, 52 and 07. RGB value is (83,82,7). Sum of RGB (Red+Green+Blue) = 83+82+7=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #535207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535207 is #ACADF8. Grayscale: #4A4A4A. Windows color (decimal): -11316729 or 479827. OLE color: 479827.

HSL color Cylindrical-coordinate representation of color #535207: hue angle of 59.21º 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 #535207 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB83827-
CMYK00.010.920.67
HSL59.21º84.44%17.65%-
HSV(B)59.21º91.57%32.55%-
XYZ6.627.891.37-
YUV73.7590.33134.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=48.26%
G=47.67%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8382700.010.920.6759.2184.4417.65
Hex53527015C433b5412
Octal1231227011341037312422
Binary101001110100101110110111001000011111011101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535207; }

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

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

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

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

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

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

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

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