#454908

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

Shades of Verdun Green #454908

Tints of Verdun Green #454908

Color information

#454908 (or 0x454908) is unknown color: approx Verdun Green. HEX triplet: 45, 49 and 08. RGB value is (69,73,8). Sum of RGB (Red+Green+Blue) = 69+73+8=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #454908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454908 is #BAB6F7. Grayscale: #404040. Windows color (decimal): -12236536 or 543045. OLE color: 543045.

HSL color Cylindrical-coordinate representation of color #454908: hue angle of 63.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #454908 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB69738-
CMYK0.0500.890.71
HSL63.69º80.25%15.88%-
HSV(B)63.69º89.04%28.63%-
XYZ4.886.051.14-
YUV64.3996.17131.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46%
GREEN value IS 73 (28.91% from 255) = 48.67%
BLUE value IS 8 (3.52% from 255) = 5.33%
R=46%
G=48.67%
B=5.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal697380.0500.890.7163.6980.2515.88
Hex45498505947405010
Octal105111105013110710012020
Binary1000101100100110001010101100110001111000000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454908; }

 p { color: rgb(69,73,8); }

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

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

 a { background-color: rgb(69,73,8); }

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

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

 span { border-color: rgb(69,73,8); }

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