#226648

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

Shades of Green Pea #226648

Tints of Green Pea #226648

Color information

#226648 (or 0x226648) is unknown color: approx Green Pea. HEX triplet: 22, 66 and 48. RGB value is (34,102,72). Sum of RGB (Red+Green+Blue) = 34+102+72=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #226648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226648 is #DD99B7. Grayscale: #4E4E4E. Windows color (decimal): -14522808 or 4744738. OLE color: 4744738.

HSL color Cylindrical-coordinate representation of color #226648: hue angle of 153.53º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #226648 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB3410272-
CMYK0.6700.290.6
HSL153.53º50%26.67%-
HSV(B)153.53º66.67%40%-
XYZ6.5810.317.77-
YUV78.25124.4796.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.35%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=16.35%
G=49.04%
B=34.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34102720.6700.290.6153.535026.67
Hex2266484301D3C9a321b
Octal42146110103035742326233
Binary1000101100110100100010000110111011111001001101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226648; }

 p { color: rgb(34,102,72); }

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

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

 a { background-color: rgb(34,102,72); }

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

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

 span { border-color: rgb(34,102,72); }

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