#428461

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

Shades of Como #428461

Tints of Como #428461

Color information

#428461 (or 0x428461) is unknown color: approx Como. HEX triplet: 42, 84 and 61. RGB value is (66,132,97). Sum of RGB (Red+Green+Blue) = 66+132+97=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #428461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428461 is #BD7B9E. Grayscale: #6C6C6C. Windows color (decimal): -12417951 or 6390850. OLE color: 6390850.

HSL color Cylindrical-coordinate representation of color #428461: hue angle of 148.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428461 is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB6613297-
CMYK0.500.270.48
HSL148.18º33.33%38.82%-
HSV(B)148.18º50%51.76%-
XYZ12.6618.5214.22-
YUV108.28121.6397.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=22.37%
G=44.75%
B=32.88%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132970.500.270.48148.1833.3338.82
Hex4284613201B30942127
Octal10220414162033602244147
Binary100001010000100110000111001001101111000010010100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428461; }

 p { color: rgb(66,132,97); }

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

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

 a { background-color: rgb(66,132,97); }

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

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

 span { border-color: rgb(66,132,97); }

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