#444F4A

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

Shades of Plantation #444F4A

Tints of Plantation #444F4A

Color information

#444F4A (or 0x444F4A) is unknown color: approx Plantation. HEX triplet: 44, 4F and 4A. RGB value is (68,79,74). Sum of RGB (Red+Green+Blue) = 68+79+74=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 79 - color contains mainly: green. Hex color #444F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F4A is #BBB0B5. Grayscale: #4B4B4B. Windows color (decimal): -12300470 or 4869956. OLE color: 4869956.

HSL color Cylindrical-coordinate representation of color #444F4A: hue angle of 152.73º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F4A is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB687974-
CMYK0.1400.060.69
HSL152.73º7.48%28.82%-
HSV(B)152.73º13.92%30.98%-
XYZ6.427.327.55-
YUV75.14127.36122.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=30.77%
G=35.75%
B=33.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879740.1400.060.69152.737.4828.82
Hex444F4AE06459971d
Octal1041171121606105231735
Binary1000100100111110010101110011010001011001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444F4A; }

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

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

<style>
 a { background-color: #444F4A; }

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

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

<style>
 span { border-color: #444F4A; }

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

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