Html Css Color HEX #455510 Verdun Green

📋 copy color: '#455510'

red 69 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #455510

Tints of Verdun Green #455510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 40.59%
G = 50%
B = 9.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#455510 (or 0x455510) is known color: Verdun Green. HEX triplet: 45, 55 and 10. RGB value is (69,85,16). Sum of RGB (Red+Green+Blue) = 69+85+16=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #455510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455510 is #BAAAEF. Grayscale: #484848. Windows color (decimal): -12233456 or 1070405. OLE color: 1070405.

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

Color convert

RGB 69 85 16 -
CMYK 0.19 0 0.81 0.67
HSL 73.91º 0.68% 0.2% -
HSV(B) 73.91º 0.81% 0.33% -
XYZ 5.8 7.8 1.69 -
YUV 72.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 69 85 16 0.19 0 0.81 0.67 73.91 0.68 0.2
Hex 45 55 10 13 0 51 43 4A 44 14
Octal 105 125 20 23 0 121 103 112 104 24
Binary 1000101 1010101 10000 10011 0 1010001 1000011 1001010 1000100 10100

Color Harmonies of #455510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455510

Black with #455510

Text Example


Text Example

White with #455510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455510; }

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

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

background-color css

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

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

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

border-color css

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

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

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