Html Css Color HEX #455119 Verdun Green

📋 copy color: '#455119'

red 69 ◦ green 81 ◦ blue 25

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

Shades of Verdun Green #455119

Tints of Verdun Green #455119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.29%

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

R = 39.43%
G = 46.29%
B = 14.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#455119 (or 0x455119) is known color: Verdun Green. HEX triplet: 45, 51 and 19. RGB value is (69,81,25). Sum of RGB (Red+Green+Blue) = 69+81+25=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #455119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455119 is #BAAEE6. Grayscale: #474747. Windows color (decimal): -12234471 or 1659205. OLE color: 1659205.

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

Color convert

RGB 69 81 25 -
CMYK 0.15 0 0.69 0.68
HSL 72.86º 0.53% 0.21% -
HSV(B) 72.86º 0.69% 0.32% -
XYZ 5.57 7.22 2.02 -
YUV 71.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 69 81 25 0.15 0 0.69 0.68 72.86 0.53 0.21
Hex 45 51 19 F 0 45 44 49 35 15
Octal 105 121 31 17 0 105 104 111 65 25
Binary 1000101 1010001 11001 1111 0 1000101 1000100 1001001 110101 10101

Color Harmonies of #455119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455119

Black with #455119

Text Example


Text Example

White with #455119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455119; }

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

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

background-color css

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

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

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

border-color css

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

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

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