#425E4F

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

Shades of Plantation #425E4F

Tints of Plantation #425E4F

Color information

#425E4F (or 0x425E4F) is unknown color: approx Plantation. HEX triplet: 42, 5E and 4F. RGB value is (66,94,79). Sum of RGB (Red+Green+Blue) = 66+94+79=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 94 - color contains mainly: green. Hex color #425E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E4F is #BDA1B0. Grayscale: #535353. Windows color (decimal): -12427697 or 5201474. OLE color: 5201474.

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

Color convert

RGB669479-
CMYK0.3000.160.63
HSL147.86º17.5%31.37%-
HSV(B)147.86º29.79%36.86%-
XYZ7.669.738.87-
YUV83.92125.22115.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=27.62%
G=39.33%
B=33.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6694790.3000.160.63147.8617.531.37
Hex425E4F1E0103F94111f
Octal10213611736020772242137
Binary10000101011110100111111110010000111111100101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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