Html Css Color HEX #454810 Verdun Green

📋 copy color: '#454810'

red 69 ◦ green 72 ◦ blue 16

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

Shades of Verdun Green #454810

Tints of Verdun Green #454810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.19%

R = 43.95%
G = 45.86%
B = 10.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#454810 (or 0x454810) is known color: Verdun Green. HEX triplet: 45, 48 and 10. RGB value is (69,72,16). Sum of RGB (Red+Green+Blue) = 69+72+16=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #454810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454810 is #BAB7EF. Grayscale: #404040. Windows color (decimal): -12236784 or 1067077. OLE color: 1067077.

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

Color convert

RGB 69 72 16 -
CMYK 0.04 0 0.78 0.72
HSL 63.21º 0.64% 0.17% -
HSV(B) 63.21º 0.78% 0.28% -
XYZ 4.87 5.94 1.38 -
YUV 64.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 69 72 16 0.04 0 0.78 0.72 63.21 0.64 0.17
Hex 45 48 10 4 0 4E 48 3F 40 11
Octal 105 110 20 4 0 116 110 77 100 21
Binary 1000101 1001000 10000 100 0 1001110 1001000 111111 1000000 10001

Color Harmonies of #454810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454810

Black with #454810

Text Example


Text Example

White with #454810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454810; }

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

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

background-color css

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

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

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

border-color css

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

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

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