#255529

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

Shades of Parsley #255529

Tints of Parsley #255529

Color information

#255529 (or 0x255529) is unknown color: approx Parsley. HEX triplet: 25, 55 and 29. RGB value is (37,85,41). Sum of RGB (Red+Green+Blue) = 37+85+41=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #255529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255529 is #DAAAD6. Grayscale: #414141. Windows color (decimal): -14330583 or 2708773. OLE color: 2708773.

HSL color Cylindrical-coordinate representation of color #255529: hue angle of 125º 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 #255529 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB378541-
CMYK0.5600.520.67
HSL125º39.34%23.92%-
HSV(B)125º56.47%33.33%-
XYZ4.417.053.23-
YUV65.63114.1107.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=22.70%
G=52.15%
B=25.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785410.5600.520.6712539.3423.92
Hex25552938034437d2718
Octal4512551700641031754730
Binary100101101010110100111100001101001000011111110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255529; }

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

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

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

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

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

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

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

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