#535B0F

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

Shades of Verdun Green #535B0F

Tints of Verdun Green #535B0F

Color information

#535B0F (or 0x535B0F) is unknown color: approx Verdun Green. HEX triplet: 53, 5B and 0F. RGB value is (83,91,15). Sum of RGB (Red+Green+Blue) = 83+91+15=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #535B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535B0F is #ACA4F0. Grayscale: #505050. Windows color (decimal): -11314417 or 1006419. OLE color: 1006419.

HSL color Cylindrical-coordinate representation of color #535B0F: hue angle of 66.32º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #535B0F is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB839115-
CMYK0.0900.840.64
HSL66.32º71.7%20.78%-
HSV(B)66.32º83.52%35.69%-
XYZ7.399.361.87-
YUV79.9491.35130.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 91 (35.94% from 255) = 48.15%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=43.92%
G=48.15%
B=7.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8391150.0900.840.6466.3271.720.78
Hex535BF905440424815
Octal1231331711012410010211025
Binary10100111011011111110010101010010000001000010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,91,15); }

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

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

 a { background-color: rgb(83,91,15); }

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

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

 span { border-color: rgb(83,91,15); }

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