#428662

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

Shades of Como #428662

Tints of Como #428662

Color information

#428662 (or 0x428662) is unknown color: approx Como. HEX triplet: 42, 86 and 62. RGB value is (66,134,98). Sum of RGB (Red+Green+Blue) = 66+134+98=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #428662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428662 is #BD799D. Grayscale: #6D6D6D. Windows color (decimal): -12417438 or 6456898. OLE color: 6456898.

HSL color Cylindrical-coordinate representation of color #428662: hue angle of 148.24º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428662 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB6613498-
CMYK0.5100.270.47
HSL148.24º34%39.22%-
HSV(B)148.24º50.75%52.55%-
XYZ12.9819.0914.56-
YUV109.56121.4796.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=22.15%
G=44.97%
B=32.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134980.5100.270.47148.243439.22
Hex4286623301B2F942227
Octal10220614263033572244247
Binary100001010000110110001011001101101110111110010100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428662; }

 p { color: rgb(66,134,98); }

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

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

 a { background-color: rgb(66,134,98); }

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

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

 span { border-color: rgb(66,134,98); }

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