Html Css Color HEX #445F50 Plantation

📋 copy color: '#445F50'

red 68 ◦ green 95 ◦ blue 80

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

Shades of Plantation #445F50

Tints of Plantation #445F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 27.98%
G = 39.09%
B = 32.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#445F50 (or 0x445F50) is known color: Plantation. HEX triplet: 44, 5F and 50. RGB value is (68,95,80). Sum of RGB (Red+Green+Blue) = 68+95+80=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #445F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F50 is #BBA0AF. Grayscale: #555555. Windows color (decimal): -12296368 or 5267268. OLE color: 5267268.

HSL color Cylindrical-coordinate representation of color #445F50: hue angle of 146.67º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445F50 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 95 80 -
CMYK 0.28 0 0.16 0.63
HSL 146.67º 0.17% 0.32% -
HSV(B) 146.67º 0.28% 0.37% -
XYZ 7.92 9.99 9.1 -
YUV 85.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 68 95 80 0.28 0 0.16 0.63 146.67 0.17 0.32
Hex 44 5F 50 1C 0 10 3F 93 11 20
Octal 104 137 120 34 0 20 77 223 21 40
Binary 1000100 1011111 1010000 11100 0 10000 111111 10010011 10001 100000

Color Harmonies of #445F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F50

Black with #445F50

Text Example


Text Example

White with #445F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445F50; }

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

 H1.HeaderClassName
 {
   color: #445F50;
 }
 .AnyTagClassName
 {
   color: #445F50;
 }
</style>

background-color css

<style>
 a { background-color: #445F50; }

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

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

border-color css

<style>
 span { border-color: #445F50; }

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

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