Html Css Color HEX #445315 Verdun Green

📋 copy color: '#445315'

red 68 ◦ green 83 ◦ blue 21

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

Shades of Verdun Green #445315

Tints of Verdun Green #445315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 39.53%
G = 48.26%
B = 12.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#445315 (or 0x445315) is known color: Verdun Green. HEX triplet: 44, 53 and 15. RGB value is (68,83,21). Sum of RGB (Red+Green+Blue) = 68+83+21=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #445315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445315 is #BBACEA. Grayscale: #474747. Windows color (decimal): -12299499 or 1397572. OLE color: 1397572.

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

Color convert

RGB 68 83 21 -
CMYK 0.18 0 0.75 0.67
HSL 74.52º 0.6% 0.2% -
HSV(B) 74.52º 0.75% 0.33% -
XYZ 5.61 7.47 1.86 -
YUV 71.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 68 83 21 0.18 0 0.75 0.67 74.52 0.6 0.2
Hex 44 53 15 12 0 4B 43 4B 3C 14
Octal 104 123 25 22 0 113 103 113 74 24
Binary 1000100 1010011 10101 10010 0 1001011 1000011 1001011 111100 10100

Color Harmonies of #445315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445315

Black with #445315

Text Example


Text Example

White with #445315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445315; }

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

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

background-color css

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

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

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

border-color css

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

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

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