Html Css Color HEX #44554C Plantation

📋 copy color: '#44554C'

red 68 ◦ green 85 ◦ blue 76

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

Shades of Plantation #44554C

Tints of Plantation #44554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 29.69%
G = 37.12%
B = 33.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#44554C (or 0x44554C) is known color: Plantation. HEX triplet: 44, 55 and 4C. RGB value is (68,85,76). Sum of RGB (Red+Green+Blue) = 68+85+76=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #44554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44554C is #BBAAB3. Grayscale: #4E4E4E. Windows color (decimal): -12298932 or 5002564. OLE color: 5002564.

HSL color Cylindrical-coordinate representation of color #44554C: hue angle of 148.24º 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 #44554C is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 76 -
CMYK 0.20 0 0.11 0.67
HSL 148.24º 0.11% 0.3% -
HSV(B) 148.24º 0.2% 0.33% -
XYZ 6.94 8.25 8.06 -
YUV 78.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 68 85 76 0.20 0 0.11 0.67 148.24 0.11 0.3
Hex 44 55 4C 14 0 B 43 94 B 1E
Octal 104 125 114 24 0 13 103 224 13 36
Binary 1000100 1010101 1001100 10100 0 1011 1000011 10010100 1011 11110

Color Harmonies of #44554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44554C

Black with #44554C

Text Example


Text Example

White with #44554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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