Html Css Color HEX #455419 Verdun Green

📋 copy color: '#455419'

red 69 ◦ green 84 ◦ blue 25

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

Shades of Verdun Green #455419

Tints of Verdun Green #455419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.19%

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

R = 38.76%
G = 47.19%
B = 14.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#455419 (or 0x455419) is known color: Verdun Green. HEX triplet: 45, 54 and 19. RGB value is (69,84,25). Sum of RGB (Red+Green+Blue) = 69+84+25=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #455419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455419 is #BAABE6. Grayscale: #494949. Windows color (decimal): -12233703 or 1659973. OLE color: 1659973.

HSL color Cylindrical-coordinate representation of color #455419: hue angle of 75.25º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #455419 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 25 -
CMYK 0.18 0 0.70 0.67
HSL 75.25º 0.54% 0.21% -
HSV(B) 75.25º 0.7% 0.33% -
XYZ 5.8 7.68 2.1 -
YUV 72.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 69 84 25 0.18 0 0.70 0.67 75.25 0.54 0.21
Hex 45 54 19 12 0 46 43 4B 36 15
Octal 105 124 31 22 0 106 103 113 66 25
Binary 1000101 1010100 11001 10010 0 1000110 1000011 1001011 110110 10101

Color Harmonies of #455419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455419

Black with #455419

Text Example


Text Example

White with #455419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455419; }

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

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

background-color css

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

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

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

border-color css

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

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

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