Html Css Color HEX #455011 Verdun Green

📋 copy color: '#455011'

red 69 ◦ green 80 ◦ blue 17

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

Shades of Verdun Green #455011

Tints of Verdun Green #455011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.19%

 BLUE value IS 17 (7.03% from 255) = 10.24%

R = 41.57%
G = 48.19%
B = 10.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#455011 (or 0x455011) is known color: Verdun Green. HEX triplet: 45, 50 and 11. RGB value is (69,80,17). Sum of RGB (Red+Green+Blue) = 69+80+17=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #455011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455011 is #BAAFEE. Grayscale: #454545. Windows color (decimal): -12234735 or 1134661. OLE color: 1134661.

HSL color Cylindrical-coordinate representation of color #455011: hue angle of 70.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #455011 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 17 -
CMYK 0.14 0 0.79 0.69
HSL 70.48º 0.65% 0.19% -
HSV(B) 70.48º 0.79% 0.31% -
XYZ 5.42 7.04 1.6 -
YUV 69.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 69 80 17 0.14 0 0.79 0.69 70.48 0.65 0.19
Hex 45 50 11 E 0 4F 45 46 41 13
Octal 105 120 21 16 0 117 105 106 101 23
Binary 1000101 1010000 10001 1110 0 1001111 1000101 1000110 1000001 10011

Color Harmonies of #455011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455011

Black with #455011

Text Example


Text Example

White with #455011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455011; }

 p { color: rgb(69,80,17); }

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

background-color css

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

 a { background-color: rgb(69,80,17); }

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

border-color css

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

 span { border-color: rgb(69,80,17); }

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