Html Css Color HEX #455B11 Verdun Green

📋 copy color: '#455B11'

red 69 ◦ green 91 ◦ blue 17

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

Shades of Verdun Green #455B11

Tints of Verdun Green #455B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.41%

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

R = 38.98%
G = 51.41%
B = 9.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#455B11 (or 0x455B11) is known color: Verdun Green. HEX triplet: 45, 5B and 11. RGB value is (69,91,17). Sum of RGB (Red+Green+Blue) = 69+91+17=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #455B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B11 is #BAA4EE. Grayscale: #4C4C4C. Windows color (decimal): -12231919 or 1137477. OLE color: 1137477.

HSL color Cylindrical-coordinate representation of color #455B11: hue angle of 77.84º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #455B11 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 91 17 -
CMYK 0.24 0 0.81 0.64
HSL 77.84º 0.69% 0.21% -
HSV(B) 77.84º 0.81% 0.36% -
XYZ 6.3 8.79 1.89 -
YUV 75.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 69 91 17 0.24 0 0.81 0.64 77.84 0.69 0.21
Hex 45 5B 11 18 0 51 40 4E 45 15
Octal 105 133 21 30 0 121 100 116 105 25
Binary 1000101 1011011 10001 11000 0 1010001 1000000 1001110 1000101 10101

Color Harmonies of #455B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455B11

Black with #455B11

Text Example


Text Example

White with #455B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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