Html Css Color HEX #454615 Verdun Green

📋 copy color: '#454615'

red 69 ◦ green 70 ◦ blue 21

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

Shades of Verdun Green #454615

Tints of Verdun Green #454615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.75%

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

R = 43.13%
G = 43.75%
B = 13.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#454615 (or 0x454615) is known color: Verdun Green. HEX triplet: 45, 46 and 15. RGB value is (69,70,21). Sum of RGB (Red+Green+Blue) = 69+70+21=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #454615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454615 is #BAB9EA. Grayscale: #404040. Windows color (decimal): -12237291 or 1394245. OLE color: 1394245.

HSL color Cylindrical-coordinate representation of color #454615: hue angle of 61.22º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #454615 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 70 21 -
CMYK 0.01 0 0.70 0.73
HSL 61.22º 0.54% 0.18% -
HSV(B) 61.22º 0.7% 0.27% -
XYZ 4.78 5.7 1.56 -
YUV 64.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 69 70 21 0.01 0 0.70 0.73 61.22 0.54 0.18
Hex 45 46 15 1 0 46 49 3D 36 12
Octal 105 106 25 1 0 106 111 75 66 22
Binary 1000101 1000110 10101 1 0 1000110 1001001 111101 110110 10010

Color Harmonies of #454615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454615

Black with #454615

Text Example


Text Example

White with #454615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454615; }

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

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

background-color css

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

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

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

border-color css

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

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

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