Html Css Color HEX #447501 Verdun Green

📋 copy color: '#447501'

red 68 ◦ green 117 ◦ blue 1

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

Shades of Verdun Green #447501

Tints of Verdun Green #447501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.9%

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

R = 36.56%
G = 62.9%
B = 0.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#447501 (or 0x447501) is known color: Verdun Green. HEX triplet: 44, 75 and 01. RGB value is (68,117,1). Sum of RGB (Red+Green+Blue) = 68+117+1=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #447501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447501 is #BB8AFE. Grayscale: #595959. Windows color (decimal): -12290815 or 95556. OLE color: 95556.

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

Color convert

RGB 68 117 1 -
CMYK 0.42 0 0.99 0.54
HSL 85.34º 0.98% 0.23% -
HSV(B) 85.34º 0.99% 0.46% -
XYZ 8.75 13.95 2.26 -
YUV 89.13 78.27 112.93 -
System Red Green Blue C M Y K H S L
Decimal 68 117 1 0.42 0 0.99 0.54 85.34 0.98 0.23
Hex 44 75 1 2A 0 63 36 55 62 17
Octal 104 165 1 52 0 143 66 125 142 27
Binary 1000100 1110101 1 101010 0 1100011 110110 1010101 1100010 10111

Color Harmonies of #447501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447501

Black with #447501

Text Example


Text Example

White with #447501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447501; }

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

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

background-color css

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

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

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

border-color css

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

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

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