#42604F

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

Shades of Plantation #42604F

Tints of Plantation #42604F

Color information

#42604F (or 0x42604F) is unknown color: approx Plantation. HEX triplet: 42, 60 and 4F. RGB value is (66,96,79). Sum of RGB (Red+Green+Blue) = 66+96+79=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #42604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42604F is #BD9FB0. Grayscale: #555555. Windows color (decimal): -12427185 or 5201986. OLE color: 5201986.

HSL color Cylindrical-coordinate representation of color #42604F: hue angle of 146º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42604F is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB669679-
CMYK0.3100.180.62
HSL146º18.52%31.76%-
HSV(B)146º31.25%37.65%-
XYZ7.8410.098.93-
YUV85.09124.56114.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=27.39%
G=39.83%
B=32.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696790.3100.180.6214618.5231.76
Hex42604F1F0123E921320
Octal10214011737022762222340
Binary100001011000001001111111110100101111101001001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42604F; }

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

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

<style>
 a { background-color: #42604F; }

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

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

<style>
 span { border-color: #42604F; }

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

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