#255528

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

Shades of Parsley #255528

Tints of Parsley #255528

Color information

#255528 (or 0x255528) is unknown color: approx Parsley. HEX triplet: 25, 55 and 28. RGB value is (37,85,40). Sum of RGB (Red+Green+Blue) = 37+85+40=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #255528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255528 is #DAAAD7. Grayscale: #414141. Windows color (decimal): -14330584 or 2643237. OLE color: 2643237.

HSL color Cylindrical-coordinate representation of color #255528: hue angle of 123.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255528 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB378540-
CMYK0.5600.530.67
HSL123.75º39.34%23.92%-
HSV(B)123.75º56.47%33.33%-
XYZ4.397.043.14-
YUV65.52113.6107.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=22.84%
G=52.47%
B=24.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785400.5600.530.67123.7539.3423.92
Hex25552838035437c2718
Octal4512550700651031744730
Binary100101101010110100011100001101011000011111110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255528; }

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

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

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

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

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

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

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

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