Html Css Color HEX #446B68 Dark Green Copper

📋 copy color: '#446B68'

red 68 ◦ green 107 ◦ blue 104

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

Shades of Dark Green Copper #446B68

Tints of Dark Green Copper #446B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.35%

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

R = 24.37%
G = 38.35%
B = 37.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#446B68 (or 0x446B68) is known color: Dark Green Copper. HEX triplet: 44, 6B and 68. RGB value is (68,107,104). Sum of RGB (Red+Green+Blue) = 68+107+104=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #446B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B68 is #BB9497. Grayscale: #5E5E5E. Windows color (decimal): -12293272 or 6843204. OLE color: 6843204.

HSL color Cylindrical-coordinate representation of color #446B68: hue angle of 175.38º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446B68 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 104 -
CMYK 0.36 0 0.03 0.58
HSL 175.38º 0.22% 0.34% -
HSV(B) 175.38º 0.36% 0.42% -
XYZ 10.14 12.74 15.02 -
YUV 95 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 68 107 104 0.36 0 0.03 0.58 175.38 0.22 0.34
Hex 44 6B 68 24 0 3 3A AF 16 22
Octal 104 153 150 44 0 3 72 257 26 42
Binary 1000100 1101011 1101000 100100 0 11 111010 10101111 10110 100010

Color Harmonies of #446B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B68

Black with #446B68

Text Example


Text Example

White with #446B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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