Html Css Color HEX #447101 Verdun Green

📋 copy color: '#447101'

red 68 ◦ green 113 ◦ blue 1

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

Shades of Verdun Green #447101

Tints of Verdun Green #447101

RGB

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

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

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

R = 37.36%
G = 62.09%
B = 0.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#447101 (or 0x447101) is known color: Verdun Green. HEX triplet: 44, 71 and 01. RGB value is (68,113,1). Sum of RGB (Red+Green+Blue) = 68+113+1=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #447101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447101 is #BB8EFE. Grayscale: #575757. Windows color (decimal): -12291839 or 94532. OLE color: 94532.

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

Color convert

RGB 68 113 1 -
CMYK 0.40 0 0.99 0.56
HSL 84.11º 0.98% 0.22% -
HSV(B) 84.11º 0.99% 0.44% -
XYZ 8.29 13.04 2.11 -
YUV 86.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 68 113 1 0.40 0 0.99 0.56 84.11 0.98 0.22
Hex 44 71 1 28 0 63 38 54 62 16
Octal 104 161 1 50 0 143 70 124 142 26
Binary 1000100 1110001 1 101000 0 1100011 111000 1010100 1100010 10110

Color Harmonies of #447101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447101

Black with #447101

Text Example


Text Example

White with #447101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447101; }

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

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

background-color css

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

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

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

border-color css

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

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

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