Html Css Color HEX #45591E Verdun Green

📋 copy color: '#45591E'

red 69 ◦ green 89 ◦ blue 30

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

Shades of Verdun Green #45591E

Tints of Verdun Green #45591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 36.7%
G = 47.34%
B = 15.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#45591E (or 0x45591E) is known color: Verdun Green. HEX triplet: 45, 59 and 1E. RGB value is (69,89,30). Sum of RGB (Red+Green+Blue) = 69+89+30=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #45591E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45591E is #BAA6E1. Grayscale: #4C4C4C. Windows color (decimal): -12232418 or 1988933. OLE color: 1988933.

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

Color convert

RGB 69 89 30 -
CMYK 0.22 0 0.66 0.65
HSL 80.34º 0.5% 0.23% -
HSV(B) 80.34º 0.66% 0.35% -
XYZ 6.26 8.5 2.54 -
YUV 76.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 69 89 30 0.22 0 0.66 0.65 80.34 0.5 0.23
Hex 45 59 1E 16 0 42 41 50 32 17
Octal 105 131 36 26 0 102 101 120 62 27
Binary 1000101 1011001 11110 10110 0 1000010 1000001 1010000 110010 10111

Color Harmonies of #45591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45591E

Black with #45591E

Text Example


Text Example

White with #45591E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45591E; }

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

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

background-color css

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

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

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

border-color css

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

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

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