#255522

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

Shades of Myrtle #255522

Tints of Myrtle #255522

Color information

#255522 (or 0x255522) is unknown color: approx Myrtle. HEX triplet: 25, 55 and 22. RGB value is (37,85,34). Sum of RGB (Red+Green+Blue) = 37+85+34=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #255522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255522 is #DAAADD. Grayscale: #404040. Windows color (decimal): -14330590 or 2250021. OLE color: 2250021.

HSL color Cylindrical-coordinate representation of color #255522: hue angle of 116.47º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255522 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB378534-
CMYK0.5600.600.67
HSL116.47º42.86%23.33%-
HSV(B)116.47º60%33.33%-
XYZ4.37.012.64-
YUV64.83110.6108.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=23.72%
G=54.49%
B=21.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785340.5600.600.67116.4742.8623.33
Hex2555223803C43742b17
Octal4512542700741031645327
Binary100101101010110001011100001111001000011111010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255522; }

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

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

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

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

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

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

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

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