#225001

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

Shades of Myrtle #225001

Tints of Myrtle #225001

Color information

#225001 (or 0x225001) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 01. RGB value is (34,80,1). Sum of RGB (Red+Green+Blue) = 34+80+1=115 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.57% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #225001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225001 is #DDAFFE. Grayscale: #393939. Windows color (decimal): -14528511 or 86050. OLE color: 86050.

HSL color Cylindrical-coordinate representation of color #225001: hue angle of 94.94º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #225001 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB34801-
CMYK0.5800.990.69
HSL94.94º97.53%15.88%-
HSV(B)94.94º98.75%31.37%-
XYZ3.536.081.02-
YUV57.2496.26111.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.57%
GREEN value IS 80 (31.64% from 255) = 69.57%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=29.57%
G=69.57%
B=0.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal348010.5800.990.6994.9497.5315.88
Hex225013A063455f6210
Octal42120172014310513714220
Binary100010101000011110100110001110001011011111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225001; }

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

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

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

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

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

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

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

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