Html Css Color HEX #454809 Verdun Green

📋 copy color: '#454809'

red 69 ◦ green 72 ◦ blue 9

#454809
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #454809

Tints of Verdun Green #454809

RGB

 RED value IS 69 (27.34% from 255) = 46%

 GREEN value IS 72 (28.52% from 255) = 48%

 BLUE value IS 9 (3.91% from 255) = 6%

R = 46%
G = 48%
B = 6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#454809 (or 0x454809) is known color: Verdun Green. HEX triplet: 45, 48 and 09. RGB value is (69,72,9). Sum of RGB (Red+Green+Blue) = 69+72+9=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #454809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454809 is #BAB7F6. Grayscale: #404040. Windows color (decimal): -12236791 or 608325. OLE color: 608325.

HSL color Cylindrical-coordinate representation of color #454809: hue angle of 62.86º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #454809 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 72 9 -
CMYK 0.04 0 0.88 0.72
HSL 62.86º 0.78% 0.16% -
HSV(B) 62.86º 0.88% 0.28% -
XYZ 4.82 5.92 1.15 -
YUV 63.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 69 72 9 0.04 0 0.88 0.72 62.86 0.78 0.16
Hex 45 48 9 4 0 58 48 3F 4E 10
Octal 105 110 11 4 0 130 110 77 116 20
Binary 1000101 1001000 1001 100 0 1011000 1001000 111111 1001110 10000

Color Harmonies of #454809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454809

Black with #454809

Text Example


Text Example

White with #454809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454809; }

 p { color: rgb(69,72,9); }

 H1.HeaderClassName
 {
   color: #454809;
 }
 .AnyTagClassName
 {
   color: #454809;
 }
</style>

background-color css

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

 a { background-color: rgb(69,72,9); }

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

border-color css

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

 span { border-color: rgb(69,72,9); }

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