#425A4F

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

Shades of Plantation #425A4F

Tints of Plantation #425A4F

Color information

#425A4F (or 0x425A4F) is unknown color: approx Plantation. HEX triplet: 42, 5A and 4F. RGB value is (66,90,79). Sum of RGB (Red+Green+Blue) = 66+90+79=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #425A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A4F is #BDA5B0. Grayscale: #515151. Windows color (decimal): -12428721 or 5200450. OLE color: 5200450.

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

Color convert

RGB669079-
CMYK0.2700.120.65
HSL152.5º15.38%30.59%-
HSV(B)152.5º26.67%35.29%-
XYZ7.319.048.76-
YUV81.57126.55116.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=28.09%
G=38.30%
B=33.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690790.2700.120.65152.515.3830.59
Hex425A4F1B0C4198f1f
Octal102132117330141012301737
Binary1000010101101010011111101101100100000110011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,90,79); }

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

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

 a { background-color: rgb(66,90,79); }

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

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

 span { border-color: rgb(66,90,79); }

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