Html Css Color HEX #445001 Verdun Green

📋 copy color: '#445001'

red 68 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #445001

Tints of Verdun Green #445001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 45.64%
G = 53.69%
B = 0.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#445001 (or 0x445001) is known color: Verdun Green. HEX triplet: 44, 50 and 01. RGB value is (68,80,1). Sum of RGB (Red+Green+Blue) = 68+80+1=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #445001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445001 is #BBAFFE. Grayscale: #434343. Windows color (decimal): -12300287 or 86084. OLE color: 86084.

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

Color convert

RGB 68 80 1 -
CMYK 0.15 0 0.99 0.69
HSL 69.11º 0.98% 0.16% -
HSV(B) 69.11º 0.99% 0.31% -
XYZ 5.26 6.97 1.1 -
YUV 67.41 90.52 128.42 -
System Red Green Blue C M Y K H S L
Decimal 68 80 1 0.15 0 0.99 0.69 69.11 0.98 0.16
Hex 44 50 1 F 0 63 45 45 62 10
Octal 104 120 1 17 0 143 105 105 142 20
Binary 1000100 1010000 1 1111 0 1100011 1000101 1000101 1100010 10000

Color Harmonies of #445001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445001

Black with #445001

Text Example


Text Example

White with #445001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445001; }

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

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

background-color css

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

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

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

border-color css

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

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

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