Html Css Color HEX #447100 Verdun Green

📋 copy color: '#447100'

red 68 ◦ green 113 ◦ blue 0

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

Shades of Verdun Green #447100

Tints of Verdun Green #447100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.43%

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

R = 37.57%
G = 62.43%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#447100 (or 0x447100) is known color: Verdun Green. HEX triplet: 44, 71 and 00. RGB value is (68,113,0). Sum of RGB (Red+Green+Blue) = 68+113+0=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #447100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447100 is #BB8EFF. Grayscale: #575757. Windows color (decimal): -12291840 or 28996. OLE color: 28996.

HSL color Cylindrical-coordinate representation of color #447100: hue angle of 83.89º 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 #447100 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 0 -
CMYK 0.40 0 1 0.56
HSL 83.89º 1% 0.22% -
HSV(B) 83.89º 1% 0.44% -
XYZ 8.29 13.04 2.08 -
YUV 86.66 79.09 114.69 -
System Red Green Blue C M Y K H S L
Decimal 68 113 0 0.40 0 1 0.56 83.89 1 0.22
Hex 44 71 0 28 0 64 38 54 64 16
Octal 104 161 0 50 0 144 70 124 144 26
Binary 1000100 1110001 0 101000 0 1100100 111000 1010100 1100100 10110

Color Harmonies of #447100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447100

Black with #447100

Text Example


Text Example

White with #447100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447100; }

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

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

background-color css

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

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

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

border-color css

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

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

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