#22550C

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

Shades of Myrtle #22550C

Tints of Myrtle #22550C

Color information

#22550C (or 0x22550C) is unknown color: approx Myrtle. HEX triplet: 22, 55 and 0C. RGB value is (34,85,12). Sum of RGB (Red+Green+Blue) = 34+85+12=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #22550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #22550C is #DDAAF3. Grayscale: #3D3D3D. Windows color (decimal): -14527220 or 808226. OLE color: 808226.

HSL color Cylindrical-coordinate representation of color #22550C: hue angle of 101.92º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22550C is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB348512-
CMYK0.6000.860.67
HSL101.92º75.26%19.02%-
HSV(B)101.92º85.88%33.33%-
XYZ3.976.861.46-
YUV61.43100.1108.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.95%
GREEN value IS 85 (33.59% from 255) = 64.89%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=25.95%
G=64.89%
B=9.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485120.6000.860.67101.9275.2619.02
Hex2255C3C05643664b13
Octal421251474012610314611323
Binary100010101010111001111000101011010000111100110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22550C; }

 p { color: rgb(34,85,12); }

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

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

 a { background-color: rgb(34,85,12); }

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

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

 span { border-color: rgb(34,85,12); }

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