Html Css Color HEX #455816 Verdun Green

📋 copy color: '#455816'

red 69 ◦ green 88 ◦ blue 22

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

Shades of Verdun Green #455816

Tints of Verdun Green #455816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.16%

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

R = 38.55%
G = 49.16%
B = 12.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#455816 (or 0x455816) is known color: Verdun Green. HEX triplet: 45, 58 and 16. RGB value is (69,88,22). Sum of RGB (Red+Green+Blue) = 69+88+22=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #455816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455816 is #BAA7E9. Grayscale: #4B4B4B. Windows color (decimal): -12232682 or 1464389. OLE color: 1464389.

HSL color Cylindrical-coordinate representation of color #455816: hue angle of 77.27º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #455816 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 88 22 -
CMYK 0.22 0 0.75 0.65
HSL 77.27º 0.6% 0.22% -
HSV(B) 77.27º 0.75% 0.35% -
XYZ 6.09 8.3 2.04 -
YUV 74.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 69 88 22 0.22 0 0.75 0.65 77.27 0.6 0.22
Hex 45 58 16 16 0 4B 41 4D 3C 16
Octal 105 130 26 26 0 113 101 115 74 26
Binary 1000101 1011000 10110 10110 0 1001011 1000001 1001101 111100 10110

Color Harmonies of #455816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455816

Black with #455816

Text Example


Text Example

White with #455816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455816; }

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

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

background-color css

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

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

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

border-color css

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

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

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