Html Css Color HEX #447005 Verdun Green

📋 copy color: '#447005'

red 68 ◦ green 112 ◦ blue 5

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

Shades of Verdun Green #447005

Tints of Verdun Green #447005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.54%

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 36.76%
G = 60.54%
B = 2.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#447005 (or 0x447005) is known color: Verdun Green. HEX triplet: 44, 70 and 05. RGB value is (68,112,5). Sum of RGB (Red+Green+Blue) = 68+112+5=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #447005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447005 is #BB8FFA. Grayscale: #575757. Windows color (decimal): -12292091 or 356420. OLE color: 356420.

HSL color Cylindrical-coordinate representation of color #447005: hue angle of 84.67º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #447005 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 5 -
CMYK 0.39 0 0.96 0.56
HSL 84.67º 0.91% 0.23% -
HSV(B) 84.67º 0.96% 0.44% -
XYZ 8.21 12.83 2.19 -
YUV 86.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 68 112 5 0.39 0 0.96 0.56 84.67 0.91 0.23
Hex 44 70 5 27 0 60 38 55 5B 17
Octal 104 160 5 47 0 140 70 125 133 27
Binary 1000100 1110000 101 100111 0 1100000 111000 1010101 1011011 10111

Color Harmonies of #447005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447005

Black with #447005

Text Example


Text Example

White with #447005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447005; }

 p { color: rgb(68,112,5); }

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

background-color css

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

 a { background-color: rgb(68,112,5); }

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

border-color css

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

 span { border-color: rgb(68,112,5); }

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