Html Css Color HEX #455913 Verdun Green

📋 copy color: '#455913'

red 69 ◦ green 89 ◦ blue 19

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

Shades of Verdun Green #455913

Tints of Verdun Green #455913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.28%

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 38.98%
G = 50.28%
B = 10.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#455913 (or 0x455913) is known color: Verdun Green. HEX triplet: 45, 59 and 13. RGB value is (69,89,19). Sum of RGB (Red+Green+Blue) = 69+89+19=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #455913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455913 is #BAA6EC. Grayscale: #4B4B4B. Windows color (decimal): -12232429 or 1268037. OLE color: 1268037.

HSL color Cylindrical-coordinate representation of color #455913: hue angle of 77.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #455913 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 89 19 -
CMYK 0.22 0 0.79 0.65
HSL 77.14º 0.65% 0.21% -
HSV(B) 77.14º 0.79% 0.35% -
XYZ 6.14 8.46 1.92 -
YUV 75.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 69 89 19 0.22 0 0.79 0.65 77.14 0.65 0.21
Hex 45 59 13 16 0 4F 41 4D 41 15
Octal 105 131 23 26 0 117 101 115 101 25
Binary 1000101 1011001 10011 10110 0 1001111 1000001 1001101 1000001 10101

Color Harmonies of #455913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455913

Black with #455913

Text Example


Text Example

White with #455913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455913; }

 p { color: rgb(69,89,19); }

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

background-color css

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

 a { background-color: rgb(69,89,19); }

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

border-color css

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

 span { border-color: rgb(69,89,19); }

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