Html Css Color HEX #44504A Plantation

📋 copy color: '#44504A'

red 68 ◦ green 80 ◦ blue 74

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

Shades of Plantation #44504A

Tints of Plantation #44504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 30.63%
G = 36.04%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#44504A (or 0x44504A) is known color: Plantation. HEX triplet: 44, 50 and 4A. RGB value is (68,80,74). Sum of RGB (Red+Green+Blue) = 68+80+74=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #44504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44504A is #BBAFB5. Grayscale: #4B4B4B. Windows color (decimal): -12300214 or 4870212. OLE color: 4870212.

HSL color Cylindrical-coordinate representation of color #44504A: hue angle of 150º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44504A is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 74 -
CMYK 0.15 0 0.08 0.69
HSL 150º 0.08% 0.29% -
HSV(B) 150º 0.15% 0.31% -
XYZ 6.49 7.46 7.58 -
YUV 75.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 68 80 74 0.15 0 0.08 0.69 150 0.08 0.29
Hex 44 50 4A F 0 8 45 96 8 1D
Octal 104 120 112 17 0 10 105 226 10 35
Binary 1000100 1010000 1001010 1111 0 1000 1000101 10010110 1000 11101

Color Harmonies of #44504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44504A

Black with #44504A

Text Example


Text Example

White with #44504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44504A; }

 p { color: rgb(68,80,74); }

 H1.HeaderClassName
 {
   color: #44504A;
 }
 .AnyTagClassName
 {
   color: #44504A;
 }
</style>

background-color css

<style>
 a { background-color: #44504A; }

 a { background-color: rgb(68,80,74); }

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

border-color css

<style>
 span { border-color: #44504A; }

 span { border-color: rgb(68,80,74); }

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