Html Css Color HEX #455519 Verdun Green

📋 copy color: '#455519'

red 69 ◦ green 85 ◦ blue 25

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

Shades of Verdun Green #455519

Tints of Verdun Green #455519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.49%

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

R = 38.55%
G = 47.49%
B = 13.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#455519 (or 0x455519) is known color: Verdun Green. HEX triplet: 45, 55 and 19. RGB value is (69,85,25). Sum of RGB (Red+Green+Blue) = 69+85+25=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #455519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455519 is #BAAAE6. Grayscale: #494949. Windows color (decimal): -12233447 or 1660229. OLE color: 1660229.

HSL color Cylindrical-coordinate representation of color #455519: hue angle of 76º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #455519 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 85 25 -
CMYK 0.19 0 0.71 0.67
HSL 76º 0.55% 0.22% -
HSV(B) 76º 0.71% 0.33% -
XYZ 5.88 7.83 2.12 -
YUV 73.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 69 85 25 0.19 0 0.71 0.67 76 0.55 0.22
Hex 45 55 19 13 0 47 43 4C 37 16
Octal 105 125 31 23 0 107 103 114 67 26
Binary 1000101 1010101 11001 10011 0 1000111 1000011 1001100 110111 10110

Color Harmonies of #455519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455519

Black with #455519

Text Example


Text Example

White with #455519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455519; }

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

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

background-color css

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

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

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

border-color css

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

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

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