#255428

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

Shades of Parsley #255428

Tints of Parsley #255428

Color information

#255428 (or 0x255428) is unknown color: approx Parsley. HEX triplet: 25, 54 and 28. RGB value is (37,84,40). Sum of RGB (Red+Green+Blue) = 37+84+40=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #255428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255428 is #DAABD7. Grayscale: #414141. Windows color (decimal): -14330840 or 2642981. OLE color: 2642981.

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

Color convert

RGB378440-
CMYK0.5600.520.67
HSL123.83º38.84%23.73%-
HSV(B)123.83º55.95%32.94%-
XYZ4.326.893.11-
YUV64.93113.93108.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=22.98%
G=52.17%
B=24.84%

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
Decimal3784400.5600.520.67123.8338.8423.73
Hex25542838034437c2718
Octal4512450700641031744730
Binary100101101010010100011100001101001000011111110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255428; }

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

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

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

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

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

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

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

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