#426051

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

Shades of Plantation #426051

Tints of Plantation #426051

Color information

#426051 (or 0x426051) is unknown color: approx Plantation. HEX triplet: 42, 60 and 51. RGB value is (66,96,81). Sum of RGB (Red+Green+Blue) = 66+96+81=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #426051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426051 is #BD9FAE. Grayscale: #555555. Windows color (decimal): -12427183 or 5333058. OLE color: 5333058.

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

Color convert

RGB669681-
CMYK0.3100.160.62
HSL150º18.52%31.76%-
HSV(B)150º31.25%37.65%-
XYZ7.9110.129.32-
YUV85.32125.56114.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=27.16%
G=39.51%
B=33.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696810.3100.160.6215018.5231.76
Hex4260511F0103E961320
Octal10214012137020762262340
Binary100001011000001010001111110100001111101001011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426051; }

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

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

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

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

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

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

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

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