#425D50

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

Shades of Plantation #425D50

Tints of Plantation #425D50

Color information

#425D50 (or 0x425D50) is unknown color: approx Plantation. HEX triplet: 42, 5D and 50. RGB value is (66,93,80). Sum of RGB (Red+Green+Blue) = 66+93+80=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #425D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D50 is #BDA2AF. Grayscale: #535353. Windows color (decimal): -12427952 or 5266754. OLE color: 5266754.

HSL color Cylindrical-coordinate representation of color #425D50: hue angle of 151.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D50 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB669380-
CMYK0.2900.140.64
HSL151.11º16.98%31.18%-
HSV(B)151.11º29.03%36.47%-
XYZ7.619.579.03-
YUV83.44126.05115.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 80 (31.64% from 255) = 33.47%
R=27.62%
G=38.91%
B=33.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693800.2900.140.64151.1116.9831.18
Hex425D501D0E4097111f
Octal102135120350161002272137
Binary10000101011101101000011101011101000000100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D50; }

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

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

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

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

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

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

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

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