Html Css Color HEX #454918 Verdun Green

📋 copy color: '#454918'

red 69 ◦ green 73 ◦ blue 24

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

Shades of Verdun Green #454918

Tints of Verdun Green #454918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.46%

R = 41.57%
G = 43.98%
B = 14.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#454918 (or 0x454918) is known color: Verdun Green. HEX triplet: 45, 49 and 18. RGB value is (69,73,24). Sum of RGB (Red+Green+Blue) = 69+73+24=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #454918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454918 is #BAB6E7. Grayscale: #424242. Windows color (decimal): -12236520 or 1591621. OLE color: 1591621.

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

Color convert

RGB 69 73 24 -
CMYK 0.05 0 0.67 0.71
HSL 64.9º 0.51% 0.19% -
HSV(B) 64.9º 0.67% 0.29% -
XYZ 5 6.1 1.78 -
YUV 66.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 69 73 24 0.05 0 0.67 0.71 64.9 0.51 0.19
Hex 45 49 18 5 0 43 47 41 33 13
Octal 105 111 30 5 0 103 107 101 63 23
Binary 1000101 1001001 11000 101 0 1000011 1000111 1000001 110011 10011

Color Harmonies of #454918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454918

Black with #454918

Text Example


Text Example

White with #454918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454918; }

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

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

background-color css

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

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

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

border-color css

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

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

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