Html Css Color HEX #454914 Verdun Green

📋 copy color: '#454914'

red 69 ◦ green 73 ◦ blue 20

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

Shades of Verdun Green #454914

Tints of Verdun Green #454914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.06%

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 42.59%
G = 45.06%
B = 12.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#454914 (or 0x454914) is known color: Verdun Green. HEX triplet: 45, 49 and 14. RGB value is (69,73,20). Sum of RGB (Red+Green+Blue) = 69+73+20=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #454914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454914 is #BAB6EB. Grayscale: #414141. Windows color (decimal): -12236524 or 1329477. OLE color: 1329477.

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

Color convert

RGB 69 73 20 -
CMYK 0.05 0 0.73 0.71
HSL 64.53º 0.57% 0.18% -
HSV(B) 64.53º 0.73% 0.29% -
XYZ 4.96 6.08 1.57 -
YUV 65.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 69 73 20 0.05 0 0.73 0.71 64.53 0.57 0.18
Hex 45 49 14 5 0 49 47 41 39 12
Octal 105 111 24 5 0 111 107 101 71 22
Binary 1000101 1001001 10100 101 0 1001001 1000111 1000001 111001 10010

Color Harmonies of #454914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454914

Black with #454914

Text Example


Text Example

White with #454914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454914; }

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

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

background-color css

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

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

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

border-color css

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

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

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