Html Css Color HEX #454D19 Verdun Green

📋 copy color: '#454D19'

red 69 ◦ green 77 ◦ blue 25

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

Shades of Verdun Green #454D19

Tints of Verdun Green #454D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.03%

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

R = 40.35%
G = 45.03%
B = 14.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#454D19 (or 0x454D19) is known color: Verdun Green. HEX triplet: 45, 4D and 19. RGB value is (69,77,25). Sum of RGB (Red+Green+Blue) = 69+77+25=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #454D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454D19 is #BAB2E6. Grayscale: #444444. Windows color (decimal): -12235495 or 1658181. OLE color: 1658181.

HSL color Cylindrical-coordinate representation of color #454D19: hue angle of 69.23º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #454D19 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 77 25 -
CMYK 0.10 0 0.68 0.70
HSL 69.23º 0.51% 0.2% -
HSV(B) 69.23º 0.68% 0.3% -
XYZ 5.28 6.64 1.92 -
YUV 68.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 69 77 25 0.10 0 0.68 0.70 69.23 0.51 0.2
Hex 45 4D 19 A 0 44 46 45 33 14
Octal 105 115 31 12 0 104 106 105 63 24
Binary 1000101 1001101 11001 1010 0 1000100 1000110 1000101 110011 10100

Color Harmonies of #454D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D19

Black with #454D19

Text Example


Text Example

White with #454D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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