Html Css Color HEX #44470F Verdun Green

📋 copy color: '#44470F'

red 68 ◦ green 71 ◦ blue 15

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

Shades of Verdun Green #44470F

Tints of Verdun Green #44470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.1%

 BLUE value IS 15 (6.25% from 255) = 9.74%

R = 44.16%
G = 46.1%
B = 9.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#44470F (or 0x44470F) is known color: Verdun Green. HEX triplet: 44, 47 and 0F. RGB value is (68,71,15). Sum of RGB (Red+Green+Blue) = 68+71+15=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #44470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44470F is #BBB8F0. Grayscale: #3F3F3F. Windows color (decimal): -12302577 or 1001284. OLE color: 1001284.

HSL color Cylindrical-coordinate representation of color #44470F: hue angle of 63.21º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44470F is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 71 15 -
CMYK 0.04 0 0.79 0.72
HSL 63.21º 0.65% 0.17% -
HSV(B) 63.21º 0.79% 0.28% -
XYZ 4.72 5.77 1.32 -
YUV 63.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 68 71 15 0.04 0 0.79 0.72 63.21 0.65 0.17
Hex 44 47 F 4 0 4F 48 3F 41 11
Octal 104 107 17 4 0 117 110 77 101 21
Binary 1000100 1000111 1111 100 0 1001111 1001000 111111 1000001 10001

Color Harmonies of #44470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44470F

Black with #44470F

Text Example


Text Example

White with #44470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44470F; }

 p { color: rgb(68,71,15); }

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

background-color css

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

 a { background-color: rgb(68,71,15); }

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

border-color css

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

 span { border-color: rgb(68,71,15); }

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