#53500B

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

Shades of Verdun Green #53500B

Tints of Verdun Green #53500B

Color information

#53500B (or 0x53500B) is unknown color: approx Verdun Green. HEX triplet: 53, 50 and 0B. RGB value is (83,80,11). Sum of RGB (Red+Green+Blue) = 83+80+11=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53500B is #ACAFF4. Grayscale: #494949. Windows color (decimal): -11317237 or 741459. OLE color: 741459.

HSL color Cylindrical-coordinate representation of color #53500B: hue angle of 57.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53500B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB838011-
CMYK00.040.870.67
HSL57.5º76.6%18.43%-
HSV(B)57.5º86.75%32.55%-
XYZ6.57.61.44-
YUV73.0392.99135.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=47.70%
G=45.98%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83801100.040.870.6757.576.618.43
Hex5350B0457433a4d12
Octal12312013041271037211522
Binary101001110100001011010010101111000011111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53500B; }

 p { color: rgb(83,80,11); }

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

<style>
 a { background-color: #53500B; }

 a { background-color: rgb(83,80,11); }

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

<style>
 span { border-color: #53500B; }

 span { border-color: rgb(83,80,11); }

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