Html Css Color HEX #44544C Plantation

📋 copy color: '#44544C'

red 68 ◦ green 84 ◦ blue 76

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

Shades of Plantation #44544C

Tints of Plantation #44544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.84%

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

R = 29.82%
G = 36.84%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#44544C (or 0x44544C) is known color: Plantation. HEX triplet: 44, 54 and 4C. RGB value is (68,84,76). Sum of RGB (Red+Green+Blue) = 68+84+76=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #44544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44544C is #BBABB3. Grayscale: #4E4E4E. Windows color (decimal): -12299188 or 5002308. OLE color: 5002308.

HSL color Cylindrical-coordinate representation of color #44544C: hue angle of 150º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #44544C is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 76 -
CMYK 0.19 0 0.10 0.67
HSL 150º 0.11% 0.3% -
HSV(B) 150º 0.19% 0.33% -
XYZ 6.86 8.09 8.04 -
YUV 78.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 68 84 76 0.19 0 0.10 0.67 150 0.11 0.3
Hex 44 54 4C 13 0 A 43 96 B 1E
Octal 104 124 114 23 0 12 103 226 13 36
Binary 1000100 1010100 1001100 10011 0 1010 1000011 10010110 1011 11110

Color Harmonies of #44544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44544C

Black with #44544C

Text Example


Text Example

White with #44544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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