Html Css Color HEX #455E16 Verdun Green

📋 copy color: '#455E16'

red 69 ◦ green 94 ◦ blue 22

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

Shades of Verdun Green #455E16

Tints of Verdun Green #455E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 50.81%

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

R = 37.3%
G = 50.81%
B = 11.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.63

RGB Variations

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

Color information

#455E16 (or 0x455E16) is known color: Verdun Green. HEX triplet: 45, 5E and 16. RGB value is (69,94,22). Sum of RGB (Red+Green+Blue) = 69+94+22=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #455E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455E16 is #BAA1E9. Grayscale: #4E4E4E. Windows color (decimal): -12231146 or 1465925. OLE color: 1465925.

HSL color Cylindrical-coordinate representation of color #455E16: hue angle of 80.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #455E16 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 94 22 -
CMYK 0.27 0 0.77 0.63
HSL 80.83º 0.62% 0.23% -
HSV(B) 80.83º 0.77% 0.37% -
XYZ 6.6 9.33 2.21 -
YUV 78.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 69 94 22 0.27 0 0.77 0.63 80.83 0.62 0.23
Hex 45 5E 16 1B 0 4D 3F 51 3E 17
Octal 105 136 26 33 0 115 77 121 76 27
Binary 1000101 1011110 10110 11011 0 1001101 111111 1010001 111110 10111

Color Harmonies of #455E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455E16

Black with #455E16

Text Example


Text Example

White with #455E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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