Html Css Color HEX #445801 Verdun Green

📋 copy color: '#445801'

red 68 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #445801

Tints of Verdun Green #445801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.05%

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

R = 43.31%
G = 56.05%
B = 0.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#445801 (or 0x445801) is known color: Verdun Green. HEX triplet: 44, 58 and 01. RGB value is (68,88,1). Sum of RGB (Red+Green+Blue) = 68+88+1=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #445801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445801 is #BBA7FE. Grayscale: #484848. Windows color (decimal): -12298239 or 88132. OLE color: 88132.

HSL color Cylindrical-coordinate representation of color #445801: hue angle of 73.79º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #445801 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 1 -
CMYK 0.23 0 0.99 0.65
HSL 73.79º 0.98% 0.17% -
HSV(B) 73.79º 0.99% 0.35% -
XYZ 5.88 8.21 1.3 -
YUV 72.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 68 88 1 0.23 0 0.99 0.65 73.79 0.98 0.17
Hex 44 58 1 17 0 63 41 4A 62 11
Octal 104 130 1 27 0 143 101 112 142 21
Binary 1000100 1011000 1 10111 0 1100011 1000001 1001010 1100010 10001

Color Harmonies of #445801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445801

Black with #445801

Text Example


Text Example

White with #445801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445801; }

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

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

background-color css

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

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

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

border-color css

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

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

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