Html Css Color HEX #445D51 Plantation

📋 copy color: '#445D51'

red 68 ◦ green 93 ◦ blue 81

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

Shades of Plantation #445D51

Tints of Plantation #445D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.43%

 BLUE value IS 81 (32.03% from 255) = 33.47%

R = 28.1%
G = 38.43%
B = 33.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#445D51 (or 0x445D51) is known color: Plantation. HEX triplet: 44, 5D and 51. RGB value is (68,93,81). Sum of RGB (Red+Green+Blue) = 68+93+81=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 93 - color contains mainly: green. Hex color #445D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D51 is #BBA2AE. Grayscale: #545454. Windows color (decimal): -12296879 or 5332292. OLE color: 5332292.

HSL color Cylindrical-coordinate representation of color #445D51: hue angle of 151.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445D51 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 93 81 -
CMYK 0.27 0 0.13 0.64
HSL 151.2º 0.16% 0.32% -
HSV(B) 151.2º 0.27% 0.36% -
XYZ 7.78 9.65 9.24 -
YUV 84.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 68 93 81 0.27 0 0.13 0.64 151.2 0.16 0.32
Hex 44 5D 51 1B 0 D 40 97 10 20
Octal 104 135 121 33 0 15 100 227 20 40
Binary 1000100 1011101 1010001 11011 0 1101 1000000 10010111 10000 100000

Color Harmonies of #445D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D51

Black with #445D51

Text Example


Text Example

White with #445D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,93,81); }

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

background-color css

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

 a { background-color: rgb(68,93,81); }

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

border-color css

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

 span { border-color: rgb(68,93,81); }

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