#226601

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

Shades of Myrtle #226601

Tints of Myrtle #226601

Color information

#226601 (or 0x226601) is unknown color: approx Myrtle. HEX triplet: 22, 66 and 01. RGB value is (34,102,1). Sum of RGB (Red+Green+Blue) = 34+102+1=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #226601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226601 is #DD99FE. Grayscale: #464646. Windows color (decimal): -14522879 or 91682. OLE color: 91682.

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

Color convert

RGB341021-
CMYK0.6700.990.6
HSL100.4º98.06%20.2%-
HSV(B)100.4º99.02%40%-
XYZ5.429.851.64-
YUV70.1588.97102.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.82%
GREEN value IS 102 (40.23% from 255) = 74.45%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=24.82%
G=74.45%
B=0.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3410210.6700.990.6100.498.0620.2
Hex22661430633C646214
Octal42146110301437414414224
Binary100010110011011000011011000111111001100100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226601; }

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

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

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

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

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

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

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

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