#45550A

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

Shades of Verdun Green #45550A

Tints of Verdun Green #45550A

Color information

#45550A (or 0x45550A) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 0A. RGB value is (69,85,10). Sum of RGB (Red+Green+Blue) = 69+85+10=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #45550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45550A is #BAAAF5. Grayscale: #474747. Windows color (decimal): -12233462 or 677189. OLE color: 677189.

HSL color Cylindrical-coordinate representation of color #45550A: hue angle of 72.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45550A is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB698510-
CMYK0.1900.880.67
HSL72.8º78.95%18.63%-
HSV(B)72.8º88.24%33.33%-
XYZ5.767.781.49-
YUV71.6793.2126.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 10 (4.30% from 255) = 6.10%
R=42.07%
G=51.83%
B=6.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985100.1900.880.6772.878.9518.63
Hex4555A1305843494f13
Octal1051251223013010311111723
Binary100010110101011010100110101100010000111001001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45550A; }

 p { color: rgb(69,85,10); }

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

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

 a { background-color: rgb(69,85,10); }

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

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

 span { border-color: rgb(69,85,10); }

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