#226501

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

Shades of Myrtle #226501

Tints of Myrtle #226501

Color information

#226501 (or 0x226501) is unknown color: approx Myrtle. HEX triplet: 22, 65 and 01. RGB value is (34,101,1). Sum of RGB (Red+Green+Blue) = 34+101+1=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #226501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226501 is #DD9AFE. Grayscale: #454545. Windows color (decimal): -14523135 or 91426. OLE color: 91426.

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

Color convert

RGB341011-
CMYK0.6600.990.60
HSL100.2º98.04%20%-
HSV(B)100.2º99.01%39.61%-
XYZ5.329.651.61-
YUV69.5789.3102.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 74.26%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=25%
G=74.26%
B=0.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3410110.6600.990.60100.298.0420
Hex22651420633C646214
Octal42145110201437414414224
Binary100010110010111000010011000111111001100100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226501; }

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

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

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

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

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

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

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

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