Html Css Color HEX #447469 Dark Green Copper

📋 copy color: '#447469'

red 68 ◦ green 116 ◦ blue 105

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

Shades of Dark Green Copper #447469

Tints of Dark Green Copper #447469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 23.53%
G = 40.14%
B = 36.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#447469 (or 0x447469) is known color: Dark Green Copper. HEX triplet: 44, 74 and 69. RGB value is (68,116,105). Sum of RGB (Red+Green+Blue) = 68+116+105=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #447469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447469 is #BB8B96. Grayscale: #646464. Windows color (decimal): -12290967 or 6911044. OLE color: 6911044.

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

Color convert

RGB 68 116 105 -
CMYK 0.41 0 0.09 0.55
HSL 166.25º 0.26% 0.36% -
HSV(B) 166.25º 0.41% 0.45% -
XYZ 11.18 14.74 15.62 -
YUV 100.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 68 116 105 0.41 0 0.09 0.55 166.25 0.26 0.36
Hex 44 74 69 29 0 9 37 A6 1A 24
Octal 104 164 151 51 0 11 67 246 32 44
Binary 1000100 1110100 1101001 101001 0 1001 110111 10100110 11010 100100

Color Harmonies of #447469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447469

Black with #447469

Text Example


Text Example

White with #447469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447469; }

 p { color: rgb(68,116,105); }

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

background-color css

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

 a { background-color: rgb(68,116,105); }

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

border-color css

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

 span { border-color: rgb(68,116,105); }

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