#226318

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

Shades of Myrtle #226318

Tints of Myrtle #226318

Color information

#226318 (or 0x226318) is unknown color: approx Myrtle. HEX triplet: 22, 63 and 18. RGB value is (34,99,24). Sum of RGB (Red+Green+Blue) = 34+99+24=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #226318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226318 is #DD9CE7. Grayscale: #474747. Windows color (decimal): -14523624 or 1598242. OLE color: 1598242.

HSL color Cylindrical-coordinate representation of color #226318: hue angle of 112º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #226318 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB349924-
CMYK0.6600.760.61
HSL112º60.98%24.12%-
HSV(B)112º75.76%38.82%-
XYZ5.299.332.39-
YUV71.02101.47101.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.66%
GREEN value IS 99 (39.06% from 255) = 63.06%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=21.66%
G=63.06%
B=15.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3499240.6600.760.6111260.9824.12
Hex2263184204C3D703d18
Octal42143301020114751607530
Binary100010110001111000100001001001100111101111000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226318; }

 p { color: rgb(34,99,24); }

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

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

 a { background-color: rgb(34,99,24); }

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

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

 span { border-color: rgb(34,99,24); }

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