Html Css Color HEX #455511 Verdun Green

📋 copy color: '#455511'

red 69 ◦ green 85 ◦ blue 17

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

Shades of Verdun Green #455511

Tints of Verdun Green #455511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.71%

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

R = 40.35%
G = 49.71%
B = 9.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#455511 (or 0x455511) is known color: Verdun Green. HEX triplet: 45, 55 and 11. RGB value is (69,85,17). Sum of RGB (Red+Green+Blue) = 69+85+17=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #455511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455511 is #BAAAEE. Grayscale: #484848. Windows color (decimal): -12233455 or 1135941. OLE color: 1135941.

HSL color Cylindrical-coordinate representation of color #455511: hue angle of 74.12º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #455511 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 85 17 -
CMYK 0.19 0 0.80 0.67
HSL 74.12º 0.67% 0.2% -
HSV(B) 74.12º 0.8% 0.33% -
XYZ 5.8 7.8 1.73 -
YUV 72.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 69 85 17 0.19 0 0.80 0.67 74.12 0.67 0.2
Hex 45 55 11 13 0 50 43 4A 43 14
Octal 105 125 21 23 0 120 103 112 103 24
Binary 1000101 1010101 10001 10011 0 1010000 1000011 1001010 1000011 10100

Color Harmonies of #455511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455511

Black with #455511

Text Example


Text Example

White with #455511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455511; }

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

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

background-color css

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

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

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

border-color css

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

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

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