#545503

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

Shades of Verdun Green #545503

Tints of Verdun Green #545503

Color information

#545503 (or 0x545503) is unknown color: approx Verdun Green. HEX triplet: 54, 55 and 03. RGB value is (84,85,3). Sum of RGB (Red+Green+Blue) = 84+85+3=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #545503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545503 is #ABAAFC. Grayscale: #4B4B4B. Windows color (decimal): -11250429 or 218452. OLE color: 218452.

HSL color Cylindrical-coordinate representation of color #545503: hue angle of 60.73º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #545503 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB84853-
CMYK0.0100.960.67
HSL60.73º93.18%17.25%-
HSV(B)60.73º96.47%33.33%-
XYZ6.928.391.34-
YUV75.3587.17134.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 3 (1.56% from 255) = 1.74%
R=48.84%
G=49.42%
B=1.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848530.0100.960.6760.7393.1817.25
Hex545531060433d5d11
Octal1241253101401037513521
Binary10101001010101111011000001000011111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545503; }

 p { color: rgb(84,85,3); }

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

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

 a { background-color: rgb(84,85,3); }

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

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

 span { border-color: rgb(84,85,3); }

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