Html Css Color HEX #447001 Verdun Green

📋 copy color: '#447001'

red 68 ◦ green 112 ◦ blue 1

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

Shades of Verdun Green #447001

Tints of Verdun Green #447001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 37.57%
G = 61.88%
B = 0.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#447001 (or 0x447001) is known color: Verdun Green. HEX triplet: 44, 70 and 01. RGB value is (68,112,1). Sum of RGB (Red+Green+Blue) = 68+112+1=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #447001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447001 is #BB8FFE. Grayscale: #565656. Windows color (decimal): -12292095 or 94276. OLE color: 94276.

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

Color convert

RGB 68 112 1 -
CMYK 0.39 0 0.99 0.56
HSL 83.78º 0.98% 0.22% -
HSV(B) 83.78º 0.99% 0.44% -
XYZ 8.18 12.82 2.07 -
YUV 86.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 68 112 1 0.39 0 0.99 0.56 83.78 0.98 0.22
Hex 44 70 1 27 0 63 38 54 62 16
Octal 104 160 1 47 0 143 70 124 142 26
Binary 1000100 1110000 1 100111 0 1100011 111000 1010100 1100010 10110

Color Harmonies of #447001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447001

Black with #447001

Text Example


Text Example

White with #447001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447001; }

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

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

background-color css

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

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

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

border-color css

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

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

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