#226342

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

Shades of Green Pea #226342

Tints of Green Pea #226342

Color information

#226342 (or 0x226342) is unknown color: approx Green Pea. HEX triplet: 22, 63 and 42. RGB value is (34,99,66). Sum of RGB (Red+Green+Blue) = 34+99+66=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #226342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226342 is #DD9CBD. Grayscale: #4B4B4B. Windows color (decimal): -14523582 or 4350754. OLE color: 4350754.

HSL color Cylindrical-coordinate representation of color #226342: hue angle of 149.54º 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 #226342 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB349966-
CMYK0.6600.330.61
HSL149.54º48.87%26.08%-
HSV(B)149.54º65.66%38.82%-
XYZ6.19.666.7-
YUV75.8122.4798.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=17.09%
G=49.75%
B=33.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3499660.6600.330.61149.5448.8726.08
Hex226342420213D96311a
Octal42143102102041752266132
Binary10001011000111000010100001001000011111011001011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226342; }

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

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

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

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

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

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

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

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