#534E0A

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

Shades of Verdun Green #534E0A

Tints of Verdun Green #534E0A

Color information

#534E0A (or 0x534E0A) is unknown color: approx Verdun Green. HEX triplet: 53, 4E and 0A. RGB value is (83,78,10). Sum of RGB (Red+Green+Blue) = 83+78+10=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E0A is #ACB1F5. Grayscale: #484848. Windows color (decimal): -11317750 or 675411. OLE color: 675411.

HSL color Cylindrical-coordinate representation of color #534E0A: hue angle of 55.89º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #534E0A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB837810-
CMYK00.060.880.67
HSL55.89º78.49%18.24%-
HSV(B)55.89º87.95%32.55%-
XYZ6.357.311.36-
YUV71.7493.16136.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=48.54%
G=45.61%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83781000.060.880.6755.8978.4918.24
Hex534EA065843384e12
Octal12311612061301037011622
Binary101001110011101010011010110001000011111000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534E0A; }

 p { color: rgb(83,78,10); }

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

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

 a { background-color: rgb(83,78,10); }

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

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

 span { border-color: rgb(83,78,10); }

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