Html Css Color HEX #445702 Verdun Green

📋 copy color: '#445702'

red 68 ◦ green 87 ◦ blue 2

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

Shades of Verdun Green #445702

Tints of Verdun Green #445702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 55.41%

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

R = 43.31%
G = 55.41%
B = 1.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#445702 (or 0x445702) is known color: Verdun Green. HEX triplet: 44, 57 and 02. RGB value is (68,87,2). Sum of RGB (Red+Green+Blue) = 68+87+2=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 87 (34.38% from 255 or 55.41% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 87 - color contains mainly: green. Hex color #445702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445702 is #BBA8FD. Grayscale: #474747. Windows color (decimal): -12298494 or 153412. OLE color: 153412.

HSL color Cylindrical-coordinate representation of color #445702: hue angle of 73.41º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #445702 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 2 -
CMYK 0.22 0 0.98 0.66
HSL 73.41º 0.96% 0.17% -
HSV(B) 73.41º 0.98% 0.34% -
XYZ 5.8 8.05 1.31 -
YUV 71.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 68 87 2 0.22 0 0.98 0.66 73.41 0.96 0.17
Hex 44 57 2 16 0 62 42 49 60 11
Octal 104 127 2 26 0 142 102 111 140 21
Binary 1000100 1010111 10 10110 0 1100010 1000010 1001001 1100000 10001

Color Harmonies of #445702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445702

Black with #445702

Text Example


Text Example

White with #445702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445702; }

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

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

background-color css

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

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

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

border-color css

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

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

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