#425A4D

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

Shades of Plantation #425A4D

Tints of Plantation #425A4D

Color information

#425A4D (or 0x425A4D) is unknown color: approx Plantation. HEX triplet: 42, 5A and 4D. RGB value is (66,90,77). Sum of RGB (Red+Green+Blue) = 66+90+77=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #425A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A4D is #BDA5B2. Grayscale: #515151. Windows color (decimal): -12428723 or 5069378. OLE color: 5069378.

HSL color Cylindrical-coordinate representation of color #425A4D: hue angle of 147.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 #425A4D is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB669077-
CMYK0.2700.140.65
HSL147.5º15.38%30.59%-
HSV(B)147.5º26.67%35.29%-
XYZ7.249.018.38-
YUV81.34125.55117.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=28.33%
G=38.63%
B=33.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690770.2700.140.65147.515.3830.59
Hex425A4D1B0E4194f1f
Octal102132115330161012241737
Binary1000010101101010011011101101110100000110010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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