Html Css Color HEX #44554D Plantation

📋 copy color: '#44554D'

red 68 ◦ green 85 ◦ blue 77

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

Shades of Plantation #44554D

Tints of Plantation #44554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

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

R = 29.57%
G = 36.96%
B = 33.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#44554D (or 0x44554D) is known color: Plantation. HEX triplet: 44, 55 and 4D. RGB value is (68,85,77). Sum of RGB (Red+Green+Blue) = 68+85+77=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #44554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44554D is #BBAAB2. Grayscale: #4F4F4F. Windows color (decimal): -12298931 or 5068100. OLE color: 5068100.

HSL color Cylindrical-coordinate representation of color #44554D: hue angle of 151.76º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #44554D is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 77 -
CMYK 0.20 0 0.09 0.67
HSL 151.76º 0.11% 0.3% -
HSV(B) 151.76º 0.2% 0.33% -
XYZ 6.97 8.26 8.25 -
YUV 79.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 68 85 77 0.20 0 0.09 0.67 151.76 0.11 0.3
Hex 44 55 4D 14 0 9 43 98 B 1E
Octal 104 125 115 24 0 11 103 230 13 36
Binary 1000100 1010101 1001101 10100 0 1001 1000011 10011000 1011 11110

Color Harmonies of #44554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44554D

Black with #44554D

Text Example


Text Example

White with #44554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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