#426150

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

Shades of Plantation #426150

Tints of Plantation #426150

Color information

#426150 (or 0x426150) is unknown color: approx Plantation. HEX triplet: 42, 61 and 50. RGB value is (66,97,80). Sum of RGB (Red+Green+Blue) = 66+97+80=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #426150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426150 is #BD9EAF. Grayscale: #555555. Windows color (decimal): -12426928 or 5267778. OLE color: 5267778.

HSL color Cylindrical-coordinate representation of color #426150: hue angle of 147.1º 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 #426150 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB669780-
CMYK0.3200.180.62
HSL147.1º19.02%31.96%-
HSV(B)147.1º31.96%38.04%-
XYZ7.9710.299.15-
YUV85.79124.73113.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=27.16%
G=39.92%
B=32.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697800.3200.180.62147.119.0231.96
Hex426150200123E931320
Octal10214112040022762232340
Binary1000010110000110100001000000100101111101001001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426150; }

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

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

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

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

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

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

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

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