#535812

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

Shades of Verdun Green #535812

Tints of Verdun Green #535812

Color information

#535812 (or 0x535812) is unknown color: approx Verdun Green. HEX triplet: 53, 58 and 12. RGB value is (83,88,18). Sum of RGB (Red+Green+Blue) = 83+88+18=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #535812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535812 is #ACA7ED. Grayscale: #4E4E4E. Windows color (decimal): -11315182 or 1202259. OLE color: 1202259.

HSL color Cylindrical-coordinate representation of color #535812: hue angle of 64.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #535812 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB838818-
CMYK0.0600.800.65
HSL64.29º66.04%20.78%-
HSV(B)64.29º79.55%34.51%-
XYZ7.178.861.91-
YUV78.5393.84131.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 88 (34.77% from 255) = 46.56%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=43.92%
G=46.56%
B=9.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388180.0600.800.6564.2966.0420.78
Hex535812605041404215
Octal123130226012010110010225
Binary10100111011000100101100101000010000011000000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535812; }

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

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

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

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

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

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

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

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