Html Css Color HEX #446F6C Dark Green Copper

📋 copy color: '#446F6C'

red 68 ◦ green 111 ◦ blue 108

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

Shades of Dark Green Copper #446F6C

Tints of Dark Green Copper #446F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.68%

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

R = 23.69%
G = 38.68%
B = 37.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#446F6C (or 0x446F6C) is known color: Dark Green Copper. HEX triplet: 44, 6F and 6C. RGB value is (68,111,108). Sum of RGB (Red+Green+Blue) = 68+111+108=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #446F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F6C is #BB9093. Grayscale: #616161. Windows color (decimal): -12292244 or 7106372. OLE color: 7106372.

HSL color Cylindrical-coordinate representation of color #446F6C: hue angle of 175.81º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446F6C is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 108 -
CMYK 0.39 0 0.03 0.56
HSL 175.81º 0.24% 0.35% -
HSV(B) 175.81º 0.39% 0.44% -
XYZ 10.78 13.68 16.26 -
YUV 97.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 68 111 108 0.39 0 0.03 0.56 175.81 0.24 0.35
Hex 44 6F 6C 27 0 3 38 B0 18 23
Octal 104 157 154 47 0 3 70 260 30 43
Binary 1000100 1101111 1101100 100111 0 11 111000 10110000 11000 100011

Color Harmonies of #446F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F6C

Black with #446F6C

Text Example


Text Example

White with #446F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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