#425B4D

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

Shades of Plantation #425B4D

Tints of Plantation #425B4D

Color information

#425B4D (or 0x425B4D) is unknown color: approx Plantation. HEX triplet: 42, 5B and 4D. RGB value is (66,91,77). Sum of RGB (Red+Green+Blue) = 66+91+77=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #425B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B4D is #BDA4B2. Grayscale: #515151. Windows color (decimal): -12428467 or 5069634. OLE color: 5069634.

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

Color convert

RGB669177-
CMYK0.2700.150.64
HSL146.4º15.92%30.78%-
HSV(B)146.4º27.47%35.69%-
XYZ7.339.188.41-
YUV81.93125.22116.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=28.21%
G=38.89%
B=32.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6691770.2700.150.64146.415.9230.78
Hex425B4D1B0F4092101f
Octal102133115330171002222037
Binary10000101011011100110111011011111000000100100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,91,77); }

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

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

 a { background-color: rgb(66,91,77); }

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

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

 span { border-color: rgb(66,91,77); }

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