#535A10

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

Shades of Verdun Green #535A10

Tints of Verdun Green #535A10

Color information

#535A10 (or 0x535A10) is unknown color: approx Verdun Green. HEX triplet: 53, 5A and 10. RGB value is (83,90,16). Sum of RGB (Red+Green+Blue) = 83+90+16=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #535A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A10 is #ACA5EF. Grayscale: #4F4F4F. Windows color (decimal): -11314672 or 1071699. OLE color: 1071699.

HSL color Cylindrical-coordinate representation of color #535A10: hue angle of 65.68º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #535A10 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB839016-
CMYK0.0800.820.65
HSL65.68º69.81%20.78%-
HSV(B)65.68º82.22%35.29%-
XYZ7.329.191.88-
YUV79.4792.18130.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 90 (35.55% from 255) = 47.62%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=43.92%
G=47.62%
B=8.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8390160.0800.820.6565.6869.8120.78
Hex535A10805241424615
Octal1231322010012210110210625
Binary101001110110101000010000101001010000011000010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535A10; }

 p { color: rgb(83,90,16); }

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

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

 a { background-color: rgb(83,90,16); }

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

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

 span { border-color: rgb(83,90,16); }

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