#225D06

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

Shades of Myrtle #225D06

Tints of Myrtle #225D06

Color information

#225D06 (or 0x225D06) is unknown color: approx Myrtle. HEX triplet: 22, 5D and 06. RGB value is (34,93,6). Sum of RGB (Red+Green+Blue) = 34+93+6=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #225D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225D06 is #DDA2F9. Grayscale: #414141. Windows color (decimal): -14525178 or 417058. OLE color: 417058.

HSL color Cylindrical-coordinate representation of color #225D06: hue angle of 100.69º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #225D06 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.64.

Color convert

RGB34936-
CMYK0.6300.940.64
HSL100.69º87.88%19.41%-
HSV(B)100.69º93.55%36.47%-
XYZ4.618.181.51-
YUV65.4494.45105.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 93 (36.72% from 255) = 69.92%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=25.56%
G=69.92%
B=4.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal349360.6300.940.64100.6987.8819.41
Hex225D63F05E40655813
Octal42135677013610014513023
Binary10001010111011101111110101111010000001100101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225D06; }

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

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

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

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

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

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

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

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