#455807

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

Shades of Verdun Green #455807

Tints of Verdun Green #455807

Color information

#455807 (or 0x455807) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 07. RGB value is (69,88,7). Sum of RGB (Red+Green+Blue) = 69+88+7=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #455807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455807 is #BAA7F8. Grayscale: #494949. Windows color (decimal): -12232697 or 481349. OLE color: 481349.

HSL color Cylindrical-coordinate representation of color #455807: hue angle of 74.07º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #455807 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB69887-
CMYK0.2200.920.65
HSL74.07º85.26%18.63%-
HSV(B)74.07º92.05%34.51%-
XYZ5.988.261.48-
YUV73.0990.71125.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 88 (34.77% from 255) = 53.66%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=42.07%
G=53.66%
B=4.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal698870.2200.920.6574.0785.2618.63
Hex455871605C414a5513
Octal105130726013410111212523
Binary10001011011000111101100101110010000011001010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455807; }

 p { color: rgb(69,88,7); }

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

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

 a { background-color: rgb(69,88,7); }

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

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

 span { border-color: rgb(69,88,7); }

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