Html Css Color HEX #447300 Verdun Green

📋 copy color: '#447300'

red 68 ◦ green 115 ◦ blue 0

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

Shades of Verdun Green #447300

Tints of Verdun Green #447300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.16%
G = 62.84%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#447300 (or 0x447300) is known color: Verdun Green. HEX triplet: 44, 73 and 00. RGB value is (68,115,0). Sum of RGB (Red+Green+Blue) = 68+115+0=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #447300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447300 is #BB8CFF. Grayscale: #585858. Windows color (decimal): -12291328 or 29508. OLE color: 29508.

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

Color convert

RGB 68 115 0 -
CMYK 0.41 0 1 0.55
HSL 84.52º 1% 0.23% -
HSV(B) 84.52º 1% 0.45% -
XYZ 8.51 13.49 2.16 -
YUV 87.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 68 115 0 0.41 0 1 0.55 84.52 1 0.23
Hex 44 73 0 29 0 64 37 55 64 17
Octal 104 163 0 51 0 144 67 125 144 27
Binary 1000100 1110011 0 101001 0 1100100 110111 1010101 1100100 10111

Color Harmonies of #447300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447300

Black with #447300

Text Example


Text Example

White with #447300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447300; }

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

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

background-color css

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

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

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

border-color css

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

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

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