Html Css Color HEX #44716A Dark Green Copper

📋 copy color: '#44716A'

red 68 ◦ green 113 ◦ blue 106

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

Shades of Dark Green Copper #44716A

Tints of Dark Green Copper #44716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 23.69%
G = 39.37%
B = 36.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#44716A (or 0x44716A) is known color: Dark Green Copper. HEX triplet: 44, 71 and 6A. RGB value is (68,113,106). Sum of RGB (Red+Green+Blue) = 68+113+106=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #44716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44716A is #BB8E95. Grayscale: #626262. Windows color (decimal): -12291734 or 6975812. OLE color: 6975812.

HSL color Cylindrical-coordinate representation of color #44716A: hue angle of 170.67º 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 #44716A is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 106 -
CMYK 0.40 0 0.06 0.56
HSL 170.67º 0.25% 0.35% -
HSV(B) 170.67º 0.4% 0.44% -
XYZ 10.89 14.08 15.78 -
YUV 98.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 68 113 106 0.40 0 0.06 0.56 170.67 0.25 0.35
Hex 44 71 6A 28 0 6 38 AB 19 23
Octal 104 161 152 50 0 6 70 253 31 43
Binary 1000100 1110001 1101010 101000 0 110 111000 10101011 11001 100011

Color Harmonies of #44716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44716A

Black with #44716A

Text Example


Text Example

White with #44716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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