Html Css Color HEX #445318 Verdun Green

📋 copy color: '#445318'

red 68 ◦ green 83 ◦ blue 24

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

Shades of Verdun Green #445318

Tints of Verdun Green #445318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.71%

R = 38.86%
G = 47.43%
B = 13.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#445318 (or 0x445318) is known color: Verdun Green. HEX triplet: 44, 53 and 18. RGB value is (68,83,24). Sum of RGB (Red+Green+Blue) = 68+83+24=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #445318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445318 is #BBACE7. Grayscale: #484848. Windows color (decimal): -12299496 or 1594180. OLE color: 1594180.

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

Color convert

RGB 68 83 24 -
CMYK 0.18 0 0.71 0.67
HSL 75.25º 0.55% 0.21% -
HSV(B) 75.25º 0.71% 0.33% -
XYZ 5.64 7.48 2.01 -
YUV 71.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 68 83 24 0.18 0 0.71 0.67 75.25 0.55 0.21
Hex 44 53 18 12 0 47 43 4B 37 15
Octal 104 123 30 22 0 107 103 113 67 25
Binary 1000100 1010011 11000 10010 0 1000111 1000011 1001011 110111 10101

Color Harmonies of #445318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445318

Black with #445318

Text Example


Text Example

White with #445318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445318; }

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

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

background-color css

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

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

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

border-color css

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

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

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