Html Css Color HEX #44594F Plantation

📋 copy color: '#44594F'

red 68 ◦ green 89 ◦ blue 79

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

Shades of Plantation #44594F

Tints of Plantation #44594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.47%

R = 28.81%
G = 37.71%
B = 33.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#44594F (or 0x44594F) is known color: Plantation. HEX triplet: 44, 59 and 4F. RGB value is (68,89,79). Sum of RGB (Red+Green+Blue) = 68+89+79=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #44594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44594F is #BBA6B0. Grayscale: #515151. Windows color (decimal): -12297905 or 5200196. OLE color: 5200196.

HSL color Cylindrical-coordinate representation of color #44594F: hue angle of 151.43º 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 #44594F is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 89 79 -
CMYK 0.24 0 0.11 0.65
HSL 151.43º 0.13% 0.31% -
HSV(B) 151.43º 0.24% 0.35% -
XYZ 7.37 8.94 8.73 -
YUV 81.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 68 89 79 0.24 0 0.11 0.65 151.43 0.13 0.31
Hex 44 59 4F 18 0 B 41 97 D 1F
Octal 104 131 117 30 0 13 101 227 15 37
Binary 1000100 1011001 1001111 11000 0 1011 1000001 10010111 1101 11111

Color Harmonies of #44594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44594F

Black with #44594F

Text Example


Text Example

White with #44594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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