Html Css Color HEX #445A11 Verdun Green

📋 copy color: '#445A11'

red 68 ◦ green 90 ◦ blue 17

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

Shades of Verdun Green #445A11

Tints of Verdun Green #445A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.43%

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

R = 38.86%
G = 51.43%
B = 9.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#445A11 (or 0x445A11) is known color: Verdun Green. HEX triplet: 44, 5A and 11. RGB value is (68,90,17). Sum of RGB (Red+Green+Blue) = 68+90+17=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #445A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445A11 is #BBA5EE. Grayscale: #4B4B4B. Windows color (decimal): -12297711 or 1137220. OLE color: 1137220.

HSL color Cylindrical-coordinate representation of color #445A11: hue angle of 78.08º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #445A11 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 90 17 -
CMYK 0.24 0 0.81 0.65
HSL 78.08º 0.68% 0.21% -
HSV(B) 78.08º 0.81% 0.35% -
XYZ 6.14 8.58 1.86 -
YUV 75.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 68 90 17 0.24 0 0.81 0.65 78.08 0.68 0.21
Hex 44 5A 11 18 0 51 41 4E 44 15
Octal 104 132 21 30 0 121 101 116 104 25
Binary 1000100 1011010 10001 11000 0 1010001 1000001 1001110 1000100 10101

Color Harmonies of #445A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A11

Black with #445A11

Text Example


Text Example

White with #445A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445A11; }

 p { color: rgb(68,90,17); }

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

background-color css

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

 a { background-color: rgb(68,90,17); }

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

border-color css

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

 span { border-color: rgb(68,90,17); }

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