#245528

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

Shades of Parsley #245528

Tints of Parsley #245528

Color information

#245528 (or 0x245528) is unknown color: approx Parsley. HEX triplet: 24, 55 and 28. RGB value is (36,85,40). Sum of RGB (Red+Green+Blue) = 36+85+40=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #245528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245528 is #DBAAD7. Grayscale: #414141. Windows color (decimal): -14396120 or 2643236. OLE color: 2643236.

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

Color convert

RGB368540-
CMYK0.5800.530.67
HSL124.9º40.5%23.73%-
HSV(B)124.9º57.65%33.33%-
XYZ4.367.033.13-
YUV65.22113.77107.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=22.36%
G=52.80%
B=24.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685400.5800.530.67124.940.523.73
Hex2455283A035437d2818
Octal4412550720651031755030
Binary100100101010110100011101001101011000011111110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245528; }

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

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

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

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

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

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

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

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