Html Css Color HEX #447301 Verdun Green

📋 copy color: '#447301'

red 68 ◦ green 115 ◦ blue 1

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

Shades of Verdun Green #447301

Tints of Verdun Green #447301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.5%

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

R = 36.96%
G = 62.5%
B = 0.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#447301 (or 0x447301) is known color: Verdun Green. HEX triplet: 44, 73 and 01. RGB value is (68,115,1). Sum of RGB (Red+Green+Blue) = 68+115+1=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #447301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447301 is #BB8CFE. Grayscale: #585858. Windows color (decimal): -12291327 or 95044. OLE color: 95044.

HSL color Cylindrical-coordinate representation of color #447301: hue angle of 84.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #447301 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 115 1 -
CMYK 0.41 0 0.99 0.55
HSL 84.74º 0.98% 0.23% -
HSV(B) 84.74º 0.99% 0.45% -
XYZ 8.52 13.49 2.18 -
YUV 87.95 78.93 113.77 -
System Red Green Blue C M Y K H S L
Decimal 68 115 1 0.41 0 0.99 0.55 84.74 0.98 0.23
Hex 44 73 1 29 0 63 37 55 62 17
Octal 104 163 1 51 0 143 67 125 142 27
Binary 1000100 1110011 1 101001 0 1100011 110111 1010101 1100010 10111

Color Harmonies of #447301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447301

Black with #447301

Text Example


Text Example

White with #447301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447301; }

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

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

background-color css

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

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

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

border-color css

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

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

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