Html Css Color HEX #44726A Dark Green Copper

📋 copy color: '#44726A'

red 68 ◦ green 114 ◦ blue 106

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

Shades of Dark Green Copper #44726A

Tints of Dark Green Copper #44726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

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

R = 23.61%
G = 39.58%
B = 36.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#44726A (or 0x44726A) is known color: Dark Green Copper. HEX triplet: 44, 72 and 6A. RGB value is (68,114,106). Sum of RGB (Red+Green+Blue) = 68+114+106=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #44726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44726A is #BB8D95. Grayscale: #636363. Windows color (decimal): -12291478 or 6976068. OLE color: 6976068.

HSL color Cylindrical-coordinate representation of color #44726A: hue angle of 169.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44726A is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 114 106 -
CMYK 0.40 0 0.07 0.55
HSL 169.57º 0.25% 0.36% -
HSV(B) 169.57º 0.4% 0.45% -
XYZ 11 14.3 15.82 -
YUV 99.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 68 114 106 0.40 0 0.07 0.55 169.57 0.25 0.36
Hex 44 72 6A 28 0 7 37 AA 19 24
Octal 104 162 152 50 0 7 67 252 31 44
Binary 1000100 1110010 1101010 101000 0 111 110111 10101010 11001 100100

Color Harmonies of #44726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44726A

Black with #44726A

Text Example


Text Example

White with #44726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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