#534E09

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

Shades of Verdun Green #534E09

Tints of Verdun Green #534E09

Color information

#534E09 (or 0x534E09) is unknown color: approx Verdun Green. HEX triplet: 53, 4E and 09. RGB value is (83,78,9). Sum of RGB (Red+Green+Blue) = 83+78+9=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E09 is #ACB1F6. Grayscale: #474747. Windows color (decimal): -11317751 or 609875. OLE color: 609875.

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

Color convert

RGB83789-
CMYK00.060.890.67
HSL55.95º80.43%18.04%-
HSV(B)55.95º89.16%32.55%-
XYZ6.347.311.33-
YUV71.6392.66136.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 9 (3.91% from 255) = 5.29%
R=48.82%
G=45.88%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8378900.060.890.6755.9580.4318.04
Hex534E9065943385012
Octal12311611061311037012022
Binary101001110011101001011010110011000011111000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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