#535E0F

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

Shades of Verdun Green #535E0F

Tints of Verdun Green #535E0F

Color information

#535E0F (or 0x535E0F) is unknown color: approx Verdun Green. HEX triplet: 53, 5E and 0F. RGB value is (83,94,15). Sum of RGB (Red+Green+Blue) = 83+94+15=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 94 - color contains mainly: green. Hex color #535E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535E0F is #ACA1F0. Grayscale: #525252. Windows color (decimal): -11313649 or 1007187. OLE color: 1007187.

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

Color convert

RGB839415-
CMYK0.1200.840.63
HSL68.35º72.48%21.37%-
HSV(B)68.35º84.04%36.86%-
XYZ7.669.881.96-
YUV81.790.36128.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 94 (37.11% from 255) = 48.96%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=43.23%
G=48.96%
B=7.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8394150.1200.840.6368.3572.4821.37
Hex535EFC0543F444815
Octal123136171401247710411025
Binary1010011101111011111100010101001111111000100100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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