#44514B

Color #44514B Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #44514B

Tints of Plantation #44514B

Color information

#44514B (or 0x44514B) is unknown color: approx Plantation. HEX triplet: 44, 51 and 4B. RGB value is (68,81,75). Sum of RGB (Red+Green+Blue) = 68+81+75=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #44514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44514B is #BBAEB4. Grayscale: #4C4C4C. Windows color (decimal): -12299957 or 4936004. OLE color: 4936004.

HSL color Cylindrical-coordinate representation of color #44514B: hue angle of 152.31º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #44514B is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB688175-
CMYK0.1600.070.68
HSL152.31º8.72%29.22%-
HSV(B)152.31º16.05%31.76%-
XYZ6.67.627.78-
YUV76.43127.19121.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=30.36%
G=36.16%
B=33.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881750.1600.070.68152.318.7229.22
Hex44514B1007449891d
Octal10412111320071042301135
Binary100010010100011001011100000111100010010011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44514B; }

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

 H1.HeaderClassName
 {
   color: #44514B;
 }
 .AnyTagClassName
 {
   color: #44514B;
 }
</style>
background-color css

<style>
 a { background-color: #44514B; }

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

 div.DivClassName
 {
   background-color: #44514B;
 }
 .BgClassName
 {
   background-color: #44514B;
 }
</style>
border-color css

<style>
 span { border-color: #44514B; }

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

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