#426151

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

Shades of Plantation #426151

Tints of Plantation #426151

Color information

#426151 (or 0x426151) is unknown color: approx Plantation. HEX triplet: 42, 61 and 51. RGB value is (66,97,81). Sum of RGB (Red+Green+Blue) = 66+97+81=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #426151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426151 is #BD9EAE. Grayscale: #555555. Windows color (decimal): -12426927 or 5333314. OLE color: 5333314.

HSL color Cylindrical-coordinate representation of color #426151: hue angle of 149.03º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #426151 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB669781-
CMYK0.3200.160.62
HSL149.03º19.02%31.96%-
HSV(B)149.03º31.96%38.04%-
XYZ8.0110.39.35-
YUV85.91125.23113.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=27.05%
G=39.75%
B=33.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697810.3200.160.62149.0319.0231.96
Hex426151200103E951320
Octal10214112140020762252340
Binary1000010110000110100011000000100001111101001010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426151; }

 p { color: rgb(66,97,81); }

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

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

 a { background-color: rgb(66,97,81); }

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

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

 span { border-color: rgb(66,97,81); }

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