Html Css Color HEX #447468 Dark Green Copper

📋 copy color: '#447468'

red 68 ◦ green 116 ◦ blue 104

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

Shades of Dark Green Copper #447468

Tints of Dark Green Copper #447468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 23.61%
G = 40.28%
B = 36.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#447468 (or 0x447468) is known color: Dark Green Copper. HEX triplet: 44, 74 and 68. RGB value is (68,116,104). Sum of RGB (Red+Green+Blue) = 68+116+104=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #447468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447468 is #BB8B97. Grayscale: #646464. Windows color (decimal): -12290968 or 6845508. OLE color: 6845508.

HSL color Cylindrical-coordinate representation of color #447468: hue angle of 165º 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 #447468 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 116 104 -
CMYK 0.41 0 0.10 0.55
HSL 165º 0.26% 0.36% -
HSV(B) 165º 0.41% 0.45% -
XYZ 11.13 14.72 15.35 -
YUV 100.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 68 116 104 0.41 0 0.10 0.55 165 0.26 0.36
Hex 44 74 68 29 0 A 37 A5 1A 24
Octal 104 164 150 51 0 12 67 245 32 44
Binary 1000100 1110100 1101000 101001 0 1010 110111 10100101 11010 100100

Color Harmonies of #447468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447468

Black with #447468

Text Example


Text Example

White with #447468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447468; }

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

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

background-color css

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

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

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

border-color css

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

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

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