Html Css Color HEX #454917 Verdun Green

📋 copy color: '#454917'

red 69 ◦ green 73 ◦ blue 23

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

Shades of Verdun Green #454917

Tints of Verdun Green #454917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.94%

R = 41.82%
G = 44.24%
B = 13.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#454917 (or 0x454917) is known color: Verdun Green. HEX triplet: 45, 49 and 17. RGB value is (69,73,23). Sum of RGB (Red+Green+Blue) = 69+73+23=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #454917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454917 is #BAB6E8. Grayscale: #424242. Windows color (decimal): -12236521 or 1526085. OLE color: 1526085.

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

Color convert

RGB 69 73 23 -
CMYK 0.05 0 0.68 0.71
HSL 64.8º 0.52% 0.19% -
HSV(B) 64.8º 0.68% 0.29% -
XYZ 4.99 6.09 1.72 -
YUV 66.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 69 73 23 0.05 0 0.68 0.71 64.8 0.52 0.19
Hex 45 49 17 5 0 44 47 41 34 13
Octal 105 111 27 5 0 104 107 101 64 23
Binary 1000101 1001001 10111 101 0 1000100 1000111 1000001 110100 10011

Color Harmonies of #454917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454917

Black with #454917

Text Example


Text Example

White with #454917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454917; }

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

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

background-color css

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

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

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

border-color css

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

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

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