Html Css Color HEX #44584D Plantation

📋 copy color: '#44584D'

red 68 ◦ green 88 ◦ blue 77

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

Shades of Plantation #44584D

Tints of Plantation #44584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 29.18%
G = 37.77%
B = 33.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#44584D (or 0x44584D) is known color: Plantation. HEX triplet: 44, 58 and 4D. RGB value is (68,88,77). Sum of RGB (Red+Green+Blue) = 68+88+77=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #44584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44584D is #BBA7B2. Grayscale: #505050. Windows color (decimal): -12298163 or 5068868. OLE color: 5068868.

HSL color Cylindrical-coordinate representation of color #44584D: hue angle of 147º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #44584D is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 77 -
CMYK 0.23 0 0.12 0.65
HSL 147º 0.13% 0.31% -
HSV(B) 147º 0.23% 0.35% -
XYZ 7.21 8.74 8.33 -
YUV 80.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 68 88 77 0.23 0 0.12 0.65 147 0.13 0.31
Hex 44 58 4D 17 0 C 41 93 D 1F
Octal 104 130 115 27 0 14 101 223 15 37
Binary 1000100 1011000 1001101 10111 0 1100 1000001 10010011 1101 11111

Color Harmonies of #44584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44584D

Black with #44584D

Text Example


Text Example

White with #44584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44584D; }

 p { color: rgb(68,88,77); }

 H1.HeaderClassName
 {
   color: #44584D;
 }
 .AnyTagClassName
 {
   color: #44584D;
 }
</style>

background-color css

<style>
 a { background-color: #44584D; }

 a { background-color: rgb(68,88,77); }

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

border-color css

<style>
 span { border-color: #44584D; }

 span { border-color: rgb(68,88,77); }

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