#225401

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

Shades of Myrtle #225401

Tints of Myrtle #225401

Color information

#225401 (or 0x225401) is unknown color: approx Myrtle. HEX triplet: 22, 54 and 01. RGB value is (34,84,1). Sum of RGB (Red+Green+Blue) = 34+84+1=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #225401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225401 is #DDABFE. Grayscale: #3B3B3B. Windows color (decimal): -14527487 or 87074. OLE color: 87074.

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

Color convert

RGB34841-
CMYK0.6000.990.67
HSL96.14º97.65%16.67%-
HSV(B)96.14º98.81%32.94%-
XYZ3.846.681.12-
YUV59.5994.94109.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.57%
GREEN value IS 84 (33.20% from 255) = 70.59%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=28.57%
G=70.59%
B=0.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal348410.6000.990.6796.1497.6516.67
Hex225413C06343606211
Octal42124174014310314014221
Binary100010101010011111000110001110000111100000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225401; }

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

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

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

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

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

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

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

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