Html Css Color HEX #455219 Verdun Green

📋 copy color: '#455219'

red 69 ◦ green 82 ◦ blue 25

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

Shades of Verdun Green #455219

Tints of Verdun Green #455219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.59%

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 39.2%
G = 46.59%
B = 14.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#455219 (or 0x455219) is known color: Verdun Green. HEX triplet: 45, 52 and 19. RGB value is (69,82,25). Sum of RGB (Red+Green+Blue) = 69+82+25=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #455219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455219 is #BAADE6. Grayscale: #474747. Windows color (decimal): -12234215 or 1659461. OLE color: 1659461.

HSL color Cylindrical-coordinate representation of color #455219: hue angle of 73.68º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #455219 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 25 -
CMYK 0.16 0 0.70 0.68
HSL 73.68º 0.53% 0.21% -
HSV(B) 73.68º 0.7% 0.32% -
XYZ 5.65 7.37 2.04 -
YUV 71.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 69 82 25 0.16 0 0.70 0.68 73.68 0.53 0.21
Hex 45 52 19 10 0 46 44 4A 35 15
Octal 105 122 31 20 0 106 104 112 65 25
Binary 1000101 1010010 11001 10000 0 1000110 1000100 1001010 110101 10101

Color Harmonies of #455219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455219

Black with #455219

Text Example


Text Example

White with #455219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455219; }

 p { color: rgb(69,82,25); }

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

background-color css

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

 a { background-color: rgb(69,82,25); }

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

border-color css

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

 span { border-color: rgb(69,82,25); }

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