Html Css Color HEX #44716B Dark Green Copper

📋 copy color: '#44716B'

red 68 ◦ green 113 ◦ blue 107

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

Shades of Dark Green Copper #44716B

Tints of Dark Green Copper #44716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 23.61%
G = 39.24%
B = 37.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#44716B (or 0x44716B) is known color: Dark Green Copper. HEX triplet: 44, 71 and 6B. RGB value is (68,113,107). Sum of RGB (Red+Green+Blue) = 68+113+107=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #44716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44716B is #BB8E94. Grayscale: #626262. Windows color (decimal): -12291733 or 7041348. OLE color: 7041348.

HSL color Cylindrical-coordinate representation of color #44716B: hue angle of 172º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44716B is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 107 -
CMYK 0.40 0 0.05 0.56
HSL 172º 0.25% 0.35% -
HSV(B) 172º 0.4% 0.44% -
XYZ 10.94 14.1 16.05 -
YUV 98.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 68 113 107 0.40 0 0.05 0.56 172 0.25 0.35
Hex 44 71 6B 28 0 5 38 AC 19 23
Octal 104 161 153 50 0 5 70 254 31 43
Binary 1000100 1110001 1101011 101000 0 101 111000 10101100 11001 100011

Color Harmonies of #44716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44716B

Black with #44716B

Text Example


Text Example

White with #44716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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