#425D4D

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

Shades of Plantation #425D4D

Tints of Plantation #425D4D

Color information

#425D4D (or 0x425D4D) is unknown color: approx Plantation. HEX triplet: 42, 5D and 4D. RGB value is (66,93,77). Sum of RGB (Red+Green+Blue) = 66+93+77=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #425D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D4D is #BDA2B2. Grayscale: #535353. Windows color (decimal): -12427955 or 5070146. OLE color: 5070146.

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

Color convert

RGB669377-
CMYK0.2900.170.64
HSL144.44º16.98%31.18%-
HSV(B)144.44º29.03%36.47%-
XYZ7.59.528.46-
YUV83.1124.55115.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=27.97%
G=39.41%
B=32.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693770.2900.170.64144.4416.9831.18
Hex425D4D1D0114090111f
Octal102135115350211002202137
Binary100001010111011001101111010100011000000100100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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