Html Css Color HEX #44594D Plantation

📋 copy color: '#44594D'

red 68 ◦ green 89 ◦ blue 77

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

Shades of Plantation #44594D

Tints of Plantation #44594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

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

R = 29.06%
G = 38.03%
B = 32.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#44594D (or 0x44594D) is known color: Plantation. HEX triplet: 44, 59 and 4D. RGB value is (68,89,77). Sum of RGB (Red+Green+Blue) = 68+89+77=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #44594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44594D is #BBA6B2. Grayscale: #515151. Windows color (decimal): -12297907 or 5069124. OLE color: 5069124.

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

Color convert

RGB 68 89 77 -
CMYK 0.24 0 0.13 0.65
HSL 145.71º 0.13% 0.31% -
HSV(B) 145.71º 0.24% 0.35% -
XYZ 7.3 8.91 8.36 -
YUV 81.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 68 89 77 0.24 0 0.13 0.65 145.71 0.13 0.31
Hex 44 59 4D 18 0 D 41 92 D 1F
Octal 104 131 115 30 0 15 101 222 15 37
Binary 1000100 1011001 1001101 11000 0 1101 1000001 10010010 1101 11111

Color Harmonies of #44594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44594D

Black with #44594D

Text Example


Text Example

White with #44594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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