Html Css Color HEX #44574F Plantation

📋 copy color: '#44574F'

red 68 ◦ green 87 ◦ blue 79

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

Shades of Plantation #44574F

Tints of Plantation #44574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

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

R = 29.06%
G = 37.18%
B = 33.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#44574F (or 0x44574F) is known color: Plantation. HEX triplet: 44, 57 and 4F. RGB value is (68,87,79). Sum of RGB (Red+Green+Blue) = 68+87+79=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 87 - color contains mainly: green. Hex color #44574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44574F is #BBA8B0. Grayscale: #505050. Windows color (decimal): -12298417 or 5199684. OLE color: 5199684.

HSL color Cylindrical-coordinate representation of color #44574F: hue angle of 154.74º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #44574F is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 79 -
CMYK 0.22 0 0.09 0.66
HSL 154.74º 0.12% 0.3% -
HSV(B) 154.74º 0.22% 0.34% -
XYZ 7.2 8.61 8.68 -
YUV 80.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 68 87 79 0.22 0 0.09 0.66 154.74 0.12 0.3
Hex 44 57 4F 16 0 9 42 9B C 1E
Octal 104 127 117 26 0 11 102 233 14 36
Binary 1000100 1010111 1001111 10110 0 1001 1000010 10011011 1100 11110

Color Harmonies of #44574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44574F

Black with #44574F

Text Example


Text Example

White with #44574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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