Html Css Color HEX #445003 Verdun Green

📋 copy color: '#445003'

red 68 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #445003

Tints of Verdun Green #445003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.98%

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

R = 45.03%
G = 52.98%
B = 1.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#445003 (or 0x445003) is known color: Verdun Green. HEX triplet: 44, 50 and 03. RGB value is (68,80,3). Sum of RGB (Red+Green+Blue) = 68+80+3=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #445003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445003 is #BBAFFC. Grayscale: #434343. Windows color (decimal): -12300285 or 217156. OLE color: 217156.

HSL color Cylindrical-coordinate representation of color #445003: hue angle of 69.35º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #445003 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 3 -
CMYK 0.15 0 0.96 0.69
HSL 69.35º 0.93% 0.16% -
HSV(B) 69.35º 0.96% 0.31% -
XYZ 5.27 6.97 1.15 -
YUV 67.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 68 80 3 0.15 0 0.96 0.69 69.35 0.93 0.16
Hex 44 50 3 F 0 60 45 45 5D 10
Octal 104 120 3 17 0 140 105 105 135 20
Binary 1000100 1010000 11 1111 0 1100000 1000101 1000101 1011101 10000

Color Harmonies of #445003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445003

Black with #445003

Text Example


Text Example

White with #445003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445003; }

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

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

background-color css

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

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

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

border-color css

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

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

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