Html Css Color HEX #445A03 Verdun Green

📋 copy color: '#445A03'

red 68 ◦ green 90 ◦ blue 3

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

Shades of Verdun Green #445A03

Tints of Verdun Green #445A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.86%

R = 42.24%
G = 55.9%
B = 1.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#445A03 (or 0x445A03) is known color: Verdun Green. HEX triplet: 44, 5A and 03. RGB value is (68,90,3). Sum of RGB (Red+Green+Blue) = 68+90+3=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #445A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445A03 is #BBA5FC. Grayscale: #494949. Windows color (decimal): -12297725 or 219716. OLE color: 219716.

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

Color convert

RGB 68 90 3 -
CMYK 0.24 0 0.97 0.65
HSL 75.17º 0.94% 0.18% -
HSV(B) 75.17º 0.97% 0.35% -
XYZ 6.06 8.55 1.42 -
YUV 73.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 68 90 3 0.24 0 0.97 0.65 75.17 0.94 0.18
Hex 44 5A 3 18 0 61 41 4B 5E 12
Octal 104 132 3 30 0 141 101 113 136 22
Binary 1000100 1011010 11 11000 0 1100001 1000001 1001011 1011110 10010

Color Harmonies of #445A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A03

Black with #445A03

Text Example


Text Example

White with #445A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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