#45551F

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

Shades of Verdun Green #45551F

Tints of Verdun Green #45551F

Color information

#45551F (or 0x45551F) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 1F. RGB value is (69,85,31). Sum of RGB (Red+Green+Blue) = 69+85+31=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #45551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45551F is #BAAAE0. Grayscale: #4A4A4A. Windows color (decimal): -12233441 or 2053445. OLE color: 2053445.

HSL color Cylindrical-coordinate representation of color #45551F: hue angle of 77.78º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45551F is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB698531-
CMYK0.1900.640.67
HSL77.78º46.55%22.75%-
HSV(B)77.78º63.53%33.33%-
XYZ5.957.862.5-
YUV74.06103.7124.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=37.30%
G=45.95%
B=16.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985310.1900.640.6777.7846.5522.75
Hex45551F13040434e2f17
Octal105125372301001031165727
Binary100010110101011111110011010000001000011100111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45551F; }

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

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

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

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

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

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

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

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