Html Css Color HEX #447A6C Dark Green Copper

📋 copy color: '#447A6C'

red 68 ◦ green 122 ◦ blue 108

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

Shades of Dark Green Copper #447A6C

Tints of Dark Green Copper #447A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.94%

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 22.82%
G = 40.94%
B = 36.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#447A6C (or 0x447A6C) is known color: Dark Green Copper. HEX triplet: 44, 7A and 6C. RGB value is (68,122,108). Sum of RGB (Red+Green+Blue) = 68+122+108=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #447A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447A6C is #BB8593. Grayscale: #686868. Windows color (decimal): -12289428 or 7109188. OLE color: 7109188.

HSL color Cylindrical-coordinate representation of color #447A6C: hue angle of 164.44º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #447A6C is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 122 108 -
CMYK 0.44 0 0.11 0.52
HSL 164.44º 0.28% 0.37% -
HSV(B) 164.44º 0.44% 0.48% -
XYZ 12.05 16.23 16.69 -
YUV 104.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 68 122 108 0.44 0 0.11 0.52 164.44 0.28 0.37
Hex 44 7A 6C 2C 0 B 34 A4 1C 25
Octal 104 172 154 54 0 13 64 244 34 45
Binary 1000100 1111010 1101100 101100 0 1011 110100 10100100 11100 100101

Color Harmonies of #447A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447A6C

Black with #447A6C

Text Example


Text Example

White with #447A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447A6C; }

 p { color: rgb(68,122,108); }

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

background-color css

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

 a { background-color: rgb(68,122,108); }

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

border-color css

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

 span { border-color: rgb(68,122,108); }

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