Html Css Color HEX #454D16 Verdun Green

📋 copy color: '#454D16'

red 69 ◦ green 77 ◦ blue 22

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

Shades of Verdun Green #454D16

Tints of Verdun Green #454D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.83%

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 41.07%
G = 45.83%
B = 13.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#454D16 (or 0x454D16) is known color: Verdun Green. HEX triplet: 45, 4D and 16. RGB value is (69,77,22). Sum of RGB (Red+Green+Blue) = 69+77+22=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #454D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454D16 is #BAB2E9. Grayscale: #444444. Windows color (decimal): -12235498 or 1461573. OLE color: 1461573.

HSL color Cylindrical-coordinate representation of color #454D16: hue angle of 68.73º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #454D16 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 77 22 -
CMYK 0.10 0 0.71 0.70
HSL 68.73º 0.56% 0.19% -
HSV(B) 68.73º 0.71% 0.3% -
XYZ 5.25 6.63 1.76 -
YUV 68.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 69 77 22 0.10 0 0.71 0.70 68.73 0.56 0.19
Hex 45 4D 16 A 0 47 46 45 38 13
Octal 105 115 26 12 0 107 106 105 70 23
Binary 1000101 1001101 10110 1010 0 1000111 1000110 1000101 111000 10011

Color Harmonies of #454D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D16

Black with #454D16

Text Example


Text Example

White with #454D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454D16; }

 p { color: rgb(69,77,22); }

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

background-color css

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

 a { background-color: rgb(69,77,22); }

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

border-color css

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

 span { border-color: rgb(69,77,22); }

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