Html Css Color HEX #445310 Verdun Green

📋 copy color: '#445310'

red 68 ◦ green 83 ◦ blue 16

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

Shades of Verdun Green #445310

Tints of Verdun Green #445310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.7%

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

R = 40.72%
G = 49.7%
B = 9.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#445310 (or 0x445310) is known color: Verdun Green. HEX triplet: 44, 53 and 10. RGB value is (68,83,16). Sum of RGB (Red+Green+Blue) = 68+83+16=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #445310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445310 is #BBACEF. Grayscale: #474747. Windows color (decimal): -12299504 or 1069892. OLE color: 1069892.

HSL color Cylindrical-coordinate representation of color #445310: hue angle of 73.43º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #445310 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 16 -
CMYK 0.18 0 0.81 0.67
HSL 73.43º 0.68% 0.19% -
HSV(B) 73.43º 0.81% 0.33% -
XYZ 5.57 7.45 1.64 -
YUV 70.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 68 83 16 0.18 0 0.81 0.67 73.43 0.68 0.19
Hex 44 53 10 12 0 51 43 49 44 13
Octal 104 123 20 22 0 121 103 111 104 23
Binary 1000100 1010011 10000 10010 0 1010001 1000011 1001001 1000100 10011

Color Harmonies of #445310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445310

Black with #445310

Text Example


Text Example

White with #445310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445310; }

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

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

background-color css

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

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

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

border-color css

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

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

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