#42574B

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

Shades of Plantation #42574B

Tints of Plantation #42574B

Color information

#42574B (or 0x42574B) is unknown color: approx Plantation. HEX triplet: 42, 57 and 4B. RGB value is (66,87,75). Sum of RGB (Red+Green+Blue) = 66+87+75=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #42574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42574B is #BDA8B4. Grayscale: #4F4F4F. Windows color (decimal): -12429493 or 4937538. OLE color: 4937538.

HSL color Cylindrical-coordinate representation of color #42574B: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #42574B is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB668775-
CMYK0.2400.140.66
HSL145.71º13.73%30%-
HSV(B)145.71º24.14%34.12%-
XYZ6.928.487.93-
YUV79.35125.54118.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=28.95%
G=38.16%
B=32.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6687750.2400.140.66145.7113.7330
Hex42574B180E4292e1e
Octal102127113300161022221636
Binary1000010101011110010111100001110100001010010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42574B; }

 p { color: rgb(66,87,75); }

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

<style>
 a { background-color: #42574B; }

 a { background-color: rgb(66,87,75); }

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

<style>
 span { border-color: #42574B; }

 span { border-color: rgb(66,87,75); }

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