Html Css Color HEX #454818 Verdun Green

📋 copy color: '#454818'

red 69 ◦ green 72 ◦ blue 24

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

Shades of Verdun Green #454818

Tints of Verdun Green #454818

RGB

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

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

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

R = 41.82%
G = 43.64%
B = 14.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#454818 (or 0x454818) is known color: Verdun Green. HEX triplet: 45, 48 and 18. RGB value is (69,72,24). Sum of RGB (Red+Green+Blue) = 69+72+24=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #454818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454818 is #BAB7E7. Grayscale: #414141. Windows color (decimal): -12236776 or 1591365. OLE color: 1591365.

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

Color convert

RGB 69 72 24 -
CMYK 0.04 0 0.67 0.72
HSL 63.75º 0.5% 0.19% -
HSV(B) 63.75º 0.67% 0.28% -
XYZ 4.94 5.97 1.76 -
YUV 65.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 69 72 24 0.04 0 0.67 0.72 63.75 0.5 0.19
Hex 45 48 18 4 0 43 48 40 32 13
Octal 105 110 30 4 0 103 110 100 62 23
Binary 1000101 1001000 11000 100 0 1000011 1001000 1000000 110010 10011

Color Harmonies of #454818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454818

Black with #454818

Text Example


Text Example

White with #454818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454818; }

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

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

background-color css

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

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

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

border-color css

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

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

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