Html Css Color HEX #447006 Verdun Green

📋 copy color: '#447006'

red 68 ◦ green 112 ◦ blue 6

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

Shades of Verdun Green #447006

Tints of Verdun Green #447006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.23%

R = 36.56%
G = 60.22%
B = 3.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#447006 (or 0x447006) is known color: Verdun Green. HEX triplet: 44, 70 and 06. RGB value is (68,112,6). Sum of RGB (Red+Green+Blue) = 68+112+6=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #447006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447006 is #BB8FF9. Grayscale: #575757. Windows color (decimal): -12292090 or 421956. OLE color: 421956.

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

Color convert

RGB 68 112 6 -
CMYK 0.39 0 0.95 0.56
HSL 84.91º 0.9% 0.23% -
HSV(B) 84.91º 0.95% 0.44% -
XYZ 8.21 12.83 2.22 -
YUV 86.76 82.42 114.62 -
System Red Green Blue C M Y K H S L
Decimal 68 112 6 0.39 0 0.95 0.56 84.91 0.9 0.23
Hex 44 70 6 27 0 5F 38 55 5A 17
Octal 104 160 6 47 0 137 70 125 132 27
Binary 1000100 1110000 110 100111 0 1011111 111000 1010101 1011010 10111

Color Harmonies of #447006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447006

Black with #447006

Text Example


Text Example

White with #447006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447006; }

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

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

background-color css

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

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

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

border-color css

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

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

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