Html Css Color HEX #445709 Verdun Green

📋 copy color: '#445709'

red 68 ◦ green 87 ◦ blue 9

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

Shades of Verdun Green #445709

Tints of Verdun Green #445709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.49%

R = 41.46%
G = 53.05%
B = 5.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#445709 (or 0x445709) is known color: Verdun Green. HEX triplet: 44, 57 and 09. RGB value is (68,87,9). Sum of RGB (Red+Green+Blue) = 68+87+9=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #445709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445709 is #BBA8F6. Grayscale: #484848. Windows color (decimal): -12298487 or 612164. OLE color: 612164.

HSL color Cylindrical-coordinate representation of color #445709: hue angle of 74.62º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #445709 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 9 -
CMYK 0.22 0 0.90 0.66
HSL 74.62º 0.81% 0.19% -
HSV(B) 74.62º 0.9% 0.34% -
XYZ 5.84 8.07 1.51 -
YUV 72.43 92.21 124.84 -
System Red Green Blue C M Y K H S L
Decimal 68 87 9 0.22 0 0.90 0.66 74.62 0.81 0.19
Hex 44 57 9 16 0 5A 42 4B 51 13
Octal 104 127 11 26 0 132 102 113 121 23
Binary 1000100 1010111 1001 10110 0 1011010 1000010 1001011 1010001 10011

Color Harmonies of #445709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445709

Black with #445709

Text Example


Text Example

White with #445709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445709; }

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

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

background-color css

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

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

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

border-color css

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

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

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