Html Css Color HEX #445812 Verdun Green

📋 copy color: '#445812'

red 68 ◦ green 88 ◦ blue 18

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

Shades of Verdun Green #445812

Tints of Verdun Green #445812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 39.08%
G = 50.57%
B = 10.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#445812 (or 0x445812) is known color: Verdun Green. HEX triplet: 44, 58 and 12. RGB value is (68,88,18). Sum of RGB (Red+Green+Blue) = 68+88+18=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #445812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445812 is #BBA7ED. Grayscale: #4A4A4A. Windows color (decimal): -12298222 or 1202244. OLE color: 1202244.

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

Color convert

RGB 68 88 18 -
CMYK 0.23 0 0.80 0.65
HSL 77.14º 0.66% 0.21% -
HSV(B) 77.14º 0.8% 0.35% -
XYZ 5.98 8.25 1.85 -
YUV 74.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 68 88 18 0.23 0 0.80 0.65 77.14 0.66 0.21
Hex 44 58 12 17 0 50 41 4D 42 15
Octal 104 130 22 27 0 120 101 115 102 25
Binary 1000100 1011000 10010 10111 0 1010000 1000001 1001101 1000010 10101

Color Harmonies of #445812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445812

Black with #445812

Text Example


Text Example

White with #445812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445812; }

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

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

background-color css

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

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

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

border-color css

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

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

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