#245925

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

Shades of Parsley #245925

Tints of Parsley #245925

Color information

#245925 (or 0x245925) is unknown color: approx Parsley. HEX triplet: 24, 59 and 25. RGB value is (36,89,37). Sum of RGB (Red+Green+Blue) = 36+89+37=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #245925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245925 is #DBA6DA. Grayscale: #434343. Windows color (decimal): -14395099 or 2447652. OLE color: 2447652.

HSL color Cylindrical-coordinate representation of color #245925: hue angle of 121.13º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245925 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB368937-
CMYK0.6000.580.65
HSL121.13º42.4%24.51%-
HSV(B)121.13º59.55%34.9%-
XYZ4.637.652.98-
YUV67.22110.94105.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 89 (35.16% from 255) = 54.94%
BLUE value IS 37 (14.84% from 255) = 22.84%
R=22.22%
G=54.94%
B=22.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3689370.6000.580.65121.1342.424.51
Hex2459253C03A41792a19
Octal4413145740721011715231
Binary100100101100110010111110001110101000001111100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245925; }

 p { color: rgb(36,89,37); }

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

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

 a { background-color: rgb(36,89,37); }

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

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

 span { border-color: rgb(36,89,37); }

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