#425F50

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

Shades of Plantation #425F50

Tints of Plantation #425F50

Color information

#425F50 (or 0x425F50) is unknown color: approx Plantation. HEX triplet: 42, 5F and 50. RGB value is (66,95,80). Sum of RGB (Red+Green+Blue) = 66+95+80=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 95 - color contains mainly: green. Hex color #425F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F50 is #BDA0AF. Grayscale: #545454. Windows color (decimal): -12427440 or 5267266. OLE color: 5267266.

HSL color Cylindrical-coordinate representation of color #425F50: hue angle of 148.97º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425F50 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB669580-
CMYK0.3100.160.63
HSL148.97º18.01%31.57%-
HSV(B)148.97º30.53%37.25%-
XYZ7.799.929.09-
YUV84.62125.39114.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=27.39%
G=39.42%
B=33.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6695800.3100.160.63148.9718.0131.57
Hex425F501F0103F951220
Octal10213712037020772252240
Binary100001010111111010000111110100001111111001010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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