Html Css Color HEX #455613 Verdun Green

📋 copy color: '#455613'

red 69 ◦ green 86 ◦ blue 19

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

Shades of Verdun Green #455613

Tints of Verdun Green #455613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.43%

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

R = 39.66%
G = 49.43%
B = 10.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#455613 (or 0x455613) is known color: Verdun Green. HEX triplet: 45, 56 and 13. RGB value is (69,86,19). Sum of RGB (Red+Green+Blue) = 69+86+19=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #455613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455613 is #BAA9EC. Grayscale: #494949. Windows color (decimal): -12233197 or 1267269. OLE color: 1267269.

HSL color Cylindrical-coordinate representation of color #455613: hue angle of 75.22º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #455613 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 86 19 -
CMYK 0.20 0 0.78 0.66
HSL 75.22º 0.64% 0.21% -
HSV(B) 75.22º 0.78% 0.34% -
XYZ 5.9 7.97 1.84 -
YUV 73.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 69 86 19 0.20 0 0.78 0.66 75.22 0.64 0.21
Hex 45 56 13 14 0 4E 42 4B 40 15
Octal 105 126 23 24 0 116 102 113 100 25
Binary 1000101 1010110 10011 10100 0 1001110 1000010 1001011 1000000 10101

Color Harmonies of #455613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455613

Black with #455613

Text Example


Text Example

White with #455613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455613; }

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

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

background-color css

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

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

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

border-color css

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

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

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