Html Css Color HEX #445800 Verdun Green

📋 copy color: '#445800'

red 68 ◦ green 88 ◦ blue 0

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

Shades of Verdun Green #445800

Tints of Verdun Green #445800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.59%
G = 56.41%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#445800 (or 0x445800) is known color: Verdun Green. HEX triplet: 44, 58 and 00. RGB value is (68,88,0). Sum of RGB (Red+Green+Blue) = 68+88+0=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #445800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445800 is #BBA7FF. Grayscale: #484848. Windows color (decimal): -12298240 or 22596. OLE color: 22596.

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

Color convert

RGB 68 88 0 -
CMYK 0.23 0 1 0.65
HSL 73.64º 1% 0.17% -
HSV(B) 73.64º 1% 0.35% -
XYZ 5.87 8.21 1.27 -
YUV 71.99 87.37 125.16 -
System Red Green Blue C M Y K H S L
Decimal 68 88 0 0.23 0 1 0.65 73.64 1 0.17
Hex 44 58 0 17 0 64 41 4A 64 11
Octal 104 130 0 27 0 144 101 112 144 21
Binary 1000100 1011000 0 10111 0 1100100 1000001 1001010 1100100 10001

Color Harmonies of #445800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445800

Black with #445800

Text Example


Text Example

White with #445800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445800; }

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

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

background-color css

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

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

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

border-color css

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

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

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