Html Css Color HEX #445510 Verdun Green

📋 copy color: '#445510'

red 68 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #445510

Tints of Verdun Green #445510

RGB

 RED value IS 68 (26.95% from 255) = 40.24%

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

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

R = 40.24%
G = 50.3%
B = 9.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#445510 (or 0x445510) is known color: Verdun Green. HEX triplet: 44, 55 and 10. RGB value is (68,85,16). Sum of RGB (Red+Green+Blue) = 68+85+16=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #445510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445510 is #BBAAEF. Grayscale: #484848. Windows color (decimal): -12298992 or 1070404. OLE color: 1070404.

HSL color Cylindrical-coordinate representation of color #445510: hue angle of 74.78º 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 #445510 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 16 -
CMYK 0.20 0 0.81 0.67
HSL 74.78º 0.68% 0.2% -
HSV(B) 74.78º 0.81% 0.33% -
XYZ 5.73 7.76 1.69 -
YUV 72.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 68 85 16 0.20 0 0.81 0.67 74.78 0.68 0.2
Hex 44 55 10 14 0 51 43 4B 44 14
Octal 104 125 20 24 0 121 103 113 104 24
Binary 1000100 1010101 10000 10100 0 1010001 1000011 1001011 1000100 10100

Color Harmonies of #445510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445510

Black with #445510

Text Example


Text Example

White with #445510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445510; }

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

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

background-color css

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

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

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

border-color css

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

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

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