Html Css Color HEX #454919 Verdun Green

📋 copy color: '#454919'

red 69 ◦ green 73 ◦ blue 25

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

Shades of Verdun Green #454919

Tints of Verdun Green #454919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.71%

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

R = 41.32%
G = 43.71%
B = 14.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#454919 (or 0x454919) is known color: Verdun Green. HEX triplet: 45, 49 and 19. RGB value is (69,73,25). Sum of RGB (Red+Green+Blue) = 69+73+25=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #454919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454919 is #BAB6E6. Grayscale: #424242. Windows color (decimal): -12236519 or 1657157. OLE color: 1657157.

HSL color Cylindrical-coordinate representation of color #454919: hue angle of 65º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #454919 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 73 25 -
CMYK 0.05 0 0.66 0.71
HSL 65º 0.49% 0.19% -
HSV(B) 65º 0.66% 0.29% -
XYZ 5.01 6.1 1.83 -
YUV 66.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 69 73 25 0.05 0 0.66 0.71 65 0.49 0.19
Hex 45 49 19 5 0 42 47 41 31 13
Octal 105 111 31 5 0 102 107 101 61 23
Binary 1000101 1001001 11001 101 0 1000010 1000111 1000001 110001 10011

Color Harmonies of #454919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454919

Black with #454919

Text Example


Text Example

White with #454919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454919; }

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

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

background-color css

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

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

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

border-color css

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

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

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