#226348

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

Shades of Green Pea #226348

Tints of Green Pea #226348

Color information

#226348 (or 0x226348) is unknown color: approx Green Pea. HEX triplet: 22, 63 and 48. RGB value is (34,99,72). Sum of RGB (Red+Green+Blue) = 34+99+72=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #226348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226348 is #DD9CB7. Grayscale: #4C4C4C. Windows color (decimal): -14523576 or 4743970. OLE color: 4743970.

HSL color Cylindrical-coordinate representation of color #226348: hue angle of 155.08º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #226348 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB349972-
CMYK0.6600.270.61
HSL155.08º48.87%26.08%-
HSV(B)155.08º65.66%38.82%-
XYZ6.299.737.68-
YUV76.49125.4797.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=16.59%
G=48.29%
B=35.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3499720.6600.270.61155.0848.8726.08
Hex2263484201B3D9b311a
Octal42143110102033752336132
Binary1000101100011100100010000100110111111011001101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226348; }

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

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

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

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

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

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

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

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