Html Css Color HEX #445710 Verdun Green

📋 copy color: '#445710'

red 68 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #445710

Tints of Verdun Green #445710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 39.77%
G = 50.88%
B = 9.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#445710 (or 0x445710) is known color: Verdun Green. HEX triplet: 44, 57 and 10. RGB value is (68,87,16). Sum of RGB (Red+Green+Blue) = 68+87+16=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #445710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445710 is #BBA8EF. Grayscale: #494949. Windows color (decimal): -12298480 or 1070916. OLE color: 1070916.

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

Color convert

RGB 68 87 16 -
CMYK 0.22 0 0.82 0.66
HSL 76.06º 0.69% 0.2% -
HSV(B) 76.06º 0.82% 0.34% -
XYZ 5.89 8.08 1.74 -
YUV 73.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 68 87 16 0.22 0 0.82 0.66 76.06 0.69 0.2
Hex 44 57 10 16 0 52 42 4C 45 14
Octal 104 127 20 26 0 122 102 114 105 24
Binary 1000100 1010111 10000 10110 0 1010010 1000010 1001100 1000101 10100

Color Harmonies of #445710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445710

Black with #445710

Text Example


Text Example

White with #445710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445710; }

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

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

background-color css

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

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

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

border-color css

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

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

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