Html Css Color HEX #445316 Verdun Green

📋 copy color: '#445316'

red 68 ◦ green 83 ◦ blue 22

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

Shades of Verdun Green #445316

Tints of Verdun Green #445316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 39.31%
G = 47.98%
B = 12.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#445316 (or 0x445316) is known color: Verdun Green. HEX triplet: 44, 53 and 16. RGB value is (68,83,22). Sum of RGB (Red+Green+Blue) = 68+83+22=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #445316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445316 is #BBACE9. Grayscale: #474747. Windows color (decimal): -12299498 or 1463108. OLE color: 1463108.

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

Color convert

RGB 68 83 22 -
CMYK 0.18 0 0.73 0.67
HSL 74.75º 0.58% 0.21% -
HSV(B) 74.75º 0.73% 0.33% -
XYZ 5.62 7.47 1.91 -
YUV 71.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 68 83 22 0.18 0 0.73 0.67 74.75 0.58 0.21
Hex 44 53 16 12 0 49 43 4B 3A 15
Octal 104 123 26 22 0 111 103 113 72 25
Binary 1000100 1010011 10110 10010 0 1001001 1000011 1001011 111010 10101

Color Harmonies of #445316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445316

Black with #445316

Text Example


Text Example

White with #445316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445316; }

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

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

background-color css

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

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

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

border-color css

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

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

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