Html Css Color HEX #447000 Verdun Green

📋 copy color: '#447000'

red 68 ◦ green 112 ◦ blue 0

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

Shades of Verdun Green #447000

Tints of Verdun Green #447000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.78%
G = 62.22%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#447000 (or 0x447000) is known color: Verdun Green. HEX triplet: 44, 70 and 00. RGB value is (68,112,0). Sum of RGB (Red+Green+Blue) = 68+112+0=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #447000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447000 is #BB8FFF. Grayscale: #565656. Windows color (decimal): -12292096 or 28740. OLE color: 28740.

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

Color convert

RGB 68 112 0 -
CMYK 0.39 0 1 0.56
HSL 83.57º 1% 0.22% -
HSV(B) 83.57º 1% 0.44% -
XYZ 8.18 12.82 2.04 -
YUV 86.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 68 112 0 0.39 0 1 0.56 83.57 1 0.22
Hex 44 70 0 27 0 64 38 54 64 16
Octal 104 160 0 47 0 144 70 124 144 26
Binary 1000100 1110000 0 100111 0 1100100 111000 1010100 1100100 10110

Color Harmonies of #447000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447000

Black with #447000

Text Example


Text Example

White with #447000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447000; }

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

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

background-color css

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

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

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

border-color css

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

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

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