Html Css Color HEX #454815 Verdun Green

📋 copy color: '#454815'

red 69 ◦ green 72 ◦ blue 21

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

Shades of Verdun Green #454815

Tints of Verdun Green #454815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 42.59%
G = 44.44%
B = 12.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#454815 (or 0x454815) is known color: Verdun Green. HEX triplet: 45, 48 and 15. RGB value is (69,72,21). Sum of RGB (Red+Green+Blue) = 69+72+21=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #454815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454815 is #BAB7EA. Grayscale: #414141. Windows color (decimal): -12236779 or 1394757. OLE color: 1394757.

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

Color convert

RGB 69 72 21 -
CMYK 0.04 0 0.71 0.72
HSL 63.53º 0.55% 0.18% -
HSV(B) 63.53º 0.71% 0.28% -
XYZ 4.91 5.95 1.6 -
YUV 65.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 69 72 21 0.04 0 0.71 0.72 63.53 0.55 0.18
Hex 45 48 15 4 0 47 48 40 37 12
Octal 105 110 25 4 0 107 110 100 67 22
Binary 1000101 1001000 10101 100 0 1000111 1001000 1000000 110111 10010

Color Harmonies of #454815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454815

Black with #454815

Text Example


Text Example

White with #454815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454815; }

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

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

background-color css

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

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

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

border-color css

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

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

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