Html Css Color HEX #447201 Verdun Green

📋 copy color: '#447201'

red 68 ◦ green 114 ◦ blue 1

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

Shades of Verdun Green #447201

Tints of Verdun Green #447201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 62.3%

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

R = 37.16%
G = 62.3%
B = 0.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#447201 (or 0x447201) is known color: Verdun Green. HEX triplet: 44, 72 and 01. RGB value is (68,114,1). Sum of RGB (Red+Green+Blue) = 68+114+1=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #447201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447201 is #BB8DFE. Grayscale: #575757. Windows color (decimal): -12291583 or 94788. OLE color: 94788.

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

Color convert

RGB 68 114 1 -
CMYK 0.40 0 0.99 0.55
HSL 84.42º 0.98% 0.23% -
HSV(B) 84.42º 0.99% 0.45% -
XYZ 8.41 13.27 2.15 -
YUV 87.36 79.26 114.19 -
System Red Green Blue C M Y K H S L
Decimal 68 114 1 0.40 0 0.99 0.55 84.42 0.98 0.23
Hex 44 72 1 28 0 63 37 54 62 17
Octal 104 162 1 50 0 143 67 124 142 27
Binary 1000100 1110010 1 101000 0 1100011 110111 1010100 1100010 10111

Color Harmonies of #447201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447201

Black with #447201

Text Example


Text Example

White with #447201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447201; }

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

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

background-color css

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

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

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

border-color css

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

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

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