Html Css Color HEX #445802 Verdun Green

📋 copy color: '#445802'

red 68 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #445802

Tints of Verdun Green #445802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 43.04%
G = 55.7%
B = 1.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#445802 (or 0x445802) is known color: Verdun Green. HEX triplet: 44, 58 and 02. RGB value is (68,88,2). Sum of RGB (Red+Green+Blue) = 68+88+2=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #445802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445802 is #BBA7FD. Grayscale: #484848. Windows color (decimal): -12298238 or 153668. OLE color: 153668.

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

Color convert

RGB 68 88 2 -
CMYK 0.23 0 0.98 0.65
HSL 73.95º 0.96% 0.18% -
HSV(B) 73.95º 0.98% 0.35% -
XYZ 5.88 8.21 1.33 -
YUV 72.22 88.37 124.99 -
System Red Green Blue C M Y K H S L
Decimal 68 88 2 0.23 0 0.98 0.65 73.95 0.96 0.18
Hex 44 58 2 17 0 62 41 4A 60 12
Octal 104 130 2 27 0 142 101 112 140 22
Binary 1000100 1011000 10 10111 0 1100010 1000001 1001010 1100000 10010

Color Harmonies of #445802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445802

Black with #445802

Text Example


Text Example

White with #445802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445802; }

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

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

background-color css

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

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

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

border-color css

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

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

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