#425C51

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

Shades of Plantation #425C51

Tints of Plantation #425C51

Color information

#425C51 (or 0x425C51) is unknown color: approx Plantation. HEX triplet: 42, 5C and 51. RGB value is (66,92,81). Sum of RGB (Red+Green+Blue) = 66+92+81=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #425C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C51 is #BDA3AE. Grayscale: #525252. Windows color (decimal): -12428207 or 5332034. OLE color: 5332034.

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

Color convert

RGB669281-
CMYK0.2800.120.64
HSL154.62º16.46%30.98%-
HSV(B)154.62º28.26%36.08%-
XYZ7.569.419.2-
YUV82.97126.89115.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=27.62%
G=38.49%
B=33.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692810.2800.120.64154.6216.4630.98
Hex425C511C0C409b101f
Octal102134121340141002332037
Binary10000101011100101000111100011001000000100110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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