#225606

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

Shades of Myrtle #225606

Tints of Myrtle #225606

Color information

#225606 (or 0x225606) is unknown color: approx Myrtle. HEX triplet: 22, 56 and 06. RGB value is (34,86,6). Sum of RGB (Red+Green+Blue) = 34+86+6=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 86 (33.98% from 255 or 68.25% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 86 - color contains mainly: green. Hex color #225606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225606 is #DDA9F9. Grayscale: #3D3D3D. Windows color (decimal): -14526970 or 415266. OLE color: 415266.

HSL color Cylindrical-coordinate representation of color #225606: hue angle of 99º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #225606 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB34866-
CMYK0.6000.930.66
HSL99º86.96%18.04%-
HSV(B)99º93.02%33.73%-
XYZ4.027.011.31-
YUV61.3396.77108.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.98%
GREEN value IS 86 (33.98% from 255) = 68.25%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=26.98%
G=68.25%
B=4.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal348660.6000.930.669986.9618.04
Hex225663C05D42635712
Octal42126674013510214312722
Binary10001010101101101111000101110110000101100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225606; }

 p { color: rgb(34,86,6); }

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

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

 a { background-color: rgb(34,86,6); }

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

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

 span { border-color: rgb(34,86,6); }

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